Blockly.blockRendering. PreviousConnection
Constructor
PreviousConnection
new PreviousConnection(constants, connectionModel)
An object containing information about the space a previous 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_