blockly > WorkspaceNavigationPolicy
WorkspaceNavigationPolicy class
Set of rules controlling keyboard navigation from a workspace.
Signature:
export declare class WorkspaceNavigationPolicy implements INavigationPolicy<WorkspaceSvg>
Implements: INavigationPolicy<WorkspaceSvg>
Methods
Method | Modifiers | Description |
|---|---|---|
Returns the first child of the given workspace. | ||
Returns the next sibling of the given workspace. | ||
Returns the parent of the given workspace. | ||
Returns the previous sibling of the given workspace. | ||
Returns whether the given object can be navigated from by this policy. | ||
Returns whether or not the given workspace can be navigated to. |