blockly > blockRendering > Connection
blockRendering.Connection class
The base class to represent a connection and the space that it takes up on the block.
Signature:
export declare class Connection extends Measurable
Extends: Measurable
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Connection
class.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
connectionModel | RenderedConnection | ||
isDynamicShape | boolean | ||
shape | Shape |