blockly > FlyoutSeparatorNavigationPolicy
FlyoutSeparatorNavigationPolicy class
Set of rules controlling keyboard navigation from a flyout separator. This is a no-op placeholder, since flyout separators can't be navigated to.
Signature:
export declare class FlyoutSeparatorNavigationPolicy implements INavigationPolicy<FlyoutSeparator>
Implements: INavigationPolicy<FlyoutSeparator>
Methods
Method | Modifiers | Description |
---|---|---|
getFirstChild(_current) | ||
getNextSibling(_current) | ||
getParent(_current) | ||
getPreviousSibling(_current) | ||
isApplicable(current) | Returns whether the given object can be navigated from by this policy. | |
isNavigable(_current) | Returns whether or not the given flyout separator can be navigated to. |