blockly > FieldNavigationPolicy > getRowId
FieldNavigationPolicy.getRowId() method
Returns the row ID of the given field.
Signature:
getRowId(current: Field<any>): string;
Parameters
Parameter | Type | Description |
|---|---|---|
current | Field<any> | The field to retrieve the row ID of. |
Returns:
string
The row ID of the given field.