Blockly.blockRendering. ExternalValueInput
Constructor
ExternalValueInput
new ExternalValueInput(constants, input)
An object containing information about the space an external value input takes up during rendering
Parameter |
|
---|---|
constants |
Blockly.blockRendering.ConstantProvider The rendering constants provider. Value must not be null. |
input |
The external value input to measure and store information for. Value must not be null. |
Property
constants_
unknown
The renderer's constant provider.
- Inherited from
- Blockly.blockRendering.Measurable#constants_