Blockly.blockRendering. Field
Constructor
Field
new Field(constants, field, parentInput)
An object containing information about the space a field takes up during rendering
Parameter |
|
---|---|
constants |
Blockly.blockRendering.ConstantProvider 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. |
Property
constants_
unknown
The renderer's constant provider.
- Inherited from
- Blockly.blockRendering.Measurable#constants_