blockly > CommentEditorNavigationPolicy > getRowId
CommentEditorNavigationPolicy.getRowId() method
Returns the row ID of the given comment editor.
Signature:
getRowId(current: CommentEditor): string;
Parameters
Parameter | Type | Description |
|---|---|---|
current | The comment editor to retrieve the row ID of. |
Returns:
string
The row ID of the given comment editor.