Home > 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
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(constants, field, parentInput) | Constructs a new instance of the Field class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| field | BlocklyField | ||
| flipRtl | boolean | ||
| height | number | ||
| isEditable | boolean | ||
| parentInput | Input | ||
| width | number |