Skip to main content

Home > blockly > ConnectionNavigationPolicy > getNextSibling

ConnectionNavigationPolicy.getNextSibling() method

Returns the next element following the given connection.

Signature:

getNextSibling(current: RenderedConnection): IFocusableNode | null;

Parameters

ParameterTypeDescription
currentRenderedConnectionThe connection to navigate from.

Returns:

IFocusableNode | null

The field, input connection or block following this connection.