blockly > blockRendering > RenderInfo > getMeasureableForConnection
blockRendering.RenderInfo.getMeasureableForConnection() method
Returns the connection measurable associated with the given connection.
Signature:
getMeasureableForConnection(conn: RenderedConnection): Connection | null;
Parameters
Parameter | Type | Description |
---|---|---|
conn | RenderedConnection |
Returns:
Connection | null