blockly > CommentEditorNavigationPolicy > isNavigable
CommentEditorNavigationPolicy.isNavigable() method
Returns whether or not the given comment editor can be navigated to.
Signature:
isNavigable(current: CommentEditor): boolean;
Parameters
Parameter | Type | Description |
|---|---|---|
current | The instance to check for navigability. |
Returns:
boolean
False.