Stay organized with collections
Save and categorize content based on your preferences.
blockly > blockRendering > Field
blockRendering.Field class
An object containing information about the space a field takes up during rendering
Signature:
export declare class Field extends Measurable
Extends: Measurable
Constructors
Properties
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[],["The `Field` class, extending `Measurable`, represents the space a field occupies during rendering. It's instantiated with constants, a field, and a parent input. Key properties include the associated `BlocklyField`, a boolean for RTL flipping, height and width dimensions, an editable status, and the `Input` it's linked to. This class manages the spatial layout and properties of fields within a block's rendering.\n"],null,[]]