blockly > WorkspaceCommentNavigationPolicy
WorkspaceCommentNavigationPolicy class
Set of rules controlling keyboard navigation from an RenderedWorkspaceComment.
Signature:
export declare class WorkspaceCommentNavigationPolicy implements INavigationPolicy<RenderedWorkspaceComment>
Implements: INavigationPolicy<RenderedWorkspaceComment>
Methods
Method | Modifiers | Description |
|---|---|---|
Returns the first child of the given workspace comment. | ||
Returns the next peer node of the given workspace comment. | ||
Returns the parent of the given workspace comment. | ||
Returns the previous peer node of the given workspace comment. | ||
Returns the row ID of the given workspace comment. | ||
Returns whether the given object can be navigated from by this policy. | ||
Returns whether or not the given workspace comment can be navigated to. |