Skip to main content

blockly > ConnectionNavigationPolicy > getRowId

ConnectionNavigationPolicy.getRowId() method

Returns the row ID of the given connection.

Signature:

getRowId(current: RenderedConnection): string;

Parameters

Parameter

Type

Description

current

RenderedConnection

The connection to retrieve the row ID of.

Returns:

string

The row ID of the given connection.