blockly > blockRendering > Drawer > positionExternalValueConnection_
blockRendering.Drawer.positionExternalValueConnection_() method
Position the connection on an external value input, taking into account RTL and the small gap between the parent block and child block which lets the parent block's dark path show through.
Signature:
protected positionExternalValueConnection_(row: Row): void;
Parameters
Parameter | Type | Description |
---|---|---|
row | Row | The row that the connection is on. |
Returns:
void