blockly > FlyoutNavigationPolicy
FlyoutNavigationPolicy class
Generic navigation policy that navigates between items in the flyout.
Signature:
export declare class FlyoutNavigationPolicy<T> implements INavigationPolicy<T>
Implements: INavigationPolicy<T>
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Creates a new FlyoutNavigationPolicy instance. |
Methods
Method | Modifiers | Description |
|---|---|---|
Returns null to prevent navigating into flyout items. | ||
Returns the next item in the flyout relative to the given item. | ||
Returns the parent of the given flyout item. | ||
Returns the previous item in the flyout relative to the given item. | ||
Returns whether the given object can be navigated from by this policy. | ||
Returns whether or not the given flyout item can be navigated to. |