Skip to main content

Home > blockly > FlyoutButtonNavigationPolicy

FlyoutButtonNavigationPolicy class

Set of rules controlling keyboard navigation from a flyout button.

Signature:

export declare class FlyoutButtonNavigationPolicy implements INavigationPolicy<FlyoutButton> 

Implements: INavigationPolicy<FlyoutButton>

Methods

MethodModifiersDescription
getFirstChild(_current)Returns null since flyout buttons have no children.
getNextSibling(_current)Returns null since inter-item navigation is done by FlyoutNavigationPolicy.
getParent(current)Returns the parent workspace of the given flyout button.
getPreviousSibling(_current)Returns null since inter-item navigation is done by FlyoutNavigationPolicy.
isApplicable(current)Returns whether the given object can be navigated from by this policy.
isNavigable(current)Returns whether or not the given flyout button can be navigated to.