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 |
|---|---|---|
Returns whether the given object can be navigated from by this policy. | ||
Returns whether or not the given flyout separator can be navigated to. |