Skip to main content

blockly > blockRendering > Drawer > positionStatementInputConnection_

blockRendering.Drawer.positionStatementInputConnection_() method

Position the connection on a statement 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 positionStatementInputConnection_(row: Row): void;

Parameters

Parameter

Type

Description

row

Row

The row that the connection is on.

Returns:

void