Skip to main content

Home > blockly > blockRendering > Drawer > positionInlineInputConnection_

blockRendering.Drawer.positionInlineInputConnection_() method

Position the connection on an inline 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 positionInlineInputConnection_(input: InlineInput): void;

Parameters

ParameterTypeDescription
inputInlineInputThe information about the input that the connection is on.

Returns:

void