Skip to main content

blockly > WorkspaceCommentNavigationPolicy > isApplicable

WorkspaceCommentNavigationPolicy.isApplicable() method

Returns whether the given object can be navigated from by this policy.

Signature:

isApplicable(current: any): current is RenderedWorkspaceComment;

Parameters

Parameter

Type

Description

current

any

The object to check if this policy applies to.

Returns:

current is RenderedWorkspaceComment

True if the object is an RenderedWorkspaceComment.