Blockly.blockRendering. Field
An object containing information about the space a field takes up during rendering
Constructor
Field
new Field(constants, field, parentInput)
Parameter |
|
---|---|
constants |
The rendering constants provider. Value must not be null. |
field |
The field to measure and store information for. Value must not be null. |
parentInput |
The parent input for the field. Value must not be null. |
Properties
field
non-null Blockly.Field
flipRtl
boolean
height
number
isEditable
boolean
parentInput
non-null Blockly.Input
width
number
centerline
unknown
- Inherited from
- Blockly.blockRendering.Measurable#centerline
constants_
unknown
The renderer's constant provider.
- Inherited from
- Blockly.blockRendering.Measurable#constants_
notchOffset
unknown
- Inherited from
- Blockly.blockRendering.Measurable#notchOffset
type
unknown
- Inherited from
- Blockly.blockRendering.Measurable#type
xPos
unknown
- Inherited from
- Blockly.blockRendering.Measurable#xPos