Skip to main content

blockly > WorkspaceCommentNavigationPolicy > getRowId

WorkspaceCommentNavigationPolicy.getRowId() method

Returns the row ID of the given workspace comment.

Signature:

getRowId(current: RenderedWorkspaceComment): string;

Parameters

Parameter

Type

Description

current

RenderedWorkspaceComment

The workspace comment to retrieve the row ID of.

Returns:

string

The row ID of the given workspace comment.