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