Skip to main content

Home > 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

ParameterTypeDescription
rowRowThe row that the connection is on.

Returns:

void