Blockly.blockRendering. InlineInput
Constructor
InlineInput
new InlineInput(constants, input)
An object containing information about the space an inline input takes up during rendering
Parameter |
|
---|---|
constants |
Blockly.blockRendering.ConstantProvider The rendering constants provider. Value must not be null. |
input |
The inline 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_