Blockly.blockRendering. OutputConnection
Constructor
OutputConnection
new OutputConnection(constants, connectionModel)
An object containing information about the space an output connection takes up during rendering.
Parameter |
|
---|---|
constants |
Blockly.blockRendering.ConstantProvider The rendering constants provider. Value must not be null. |
connectionModel |
The connection object on the block that this represents. |
Property
constants_
unknown
The renderer's constant provider.
- Inherited from
- Blockly.blockRendering.Measurable#constants_