blockly > ToolboxItemNavigationPolicy > getRowId
ToolboxItemNavigationPolicy.getRowId() method
Returns the row ID of the given toolbox item.
Signature:
getRowId(current: IToolboxItem): string;
Parameters
Parameter | Type | Description |
|---|---|---|
current | The toolbox item to retrieve the row ID of. |
Returns:
string
The row ID of the given toolbox item.