blockly > BubbleNavigationPolicy > getRowId
BubbleNavigationPolicy.getRowId() method
Returns the row ID of the given bubble.
Signature:
getRowId(current: Bubble): string;
Parameters
Parameter | Type | Description |
|---|---|---|
current | The bubble to retrieve the row ID of. |
Returns:
string
The row ID of the given bubble.