Blockly.blockRendering. InputConnection
class package static
Constructor
InputConnection
new InputConnection(constants, input)
The base class to represent an input that takes up space on a block during rendering
Parameter |
|
---|---|
constants |
Blockly.blockRendering.ConstantProvider The rendering constants provider. Value must not be null. |
input |
The input to measure and store information for. Value must not be null. |
Property
constants_
protected
unknown
The renderer's constant provider.
- Inherited from
- Blockly.blockRendering.Measurable#constants_