blockly > BlockNavigationPolicy > getRowId
BlockNavigationPolicy.getRowId() method
Returns the visual row ID of the given block.
Signature:
getRowId(current: BlockSvg): string;
Parameters
Parameter | Type | Description |
|---|---|---|
current | The block to retrieve the row ID of. |
Returns:
string
The row ID of the given block.