Skip to main content

Home > blockly > FlyoutButtonNavigationPolicy > isNavigable

FlyoutButtonNavigationPolicy.isNavigable() method

Returns whether or not the given flyout button can be navigated to.

Signature:

isNavigable(current: FlyoutButton): boolean;

Parameters

ParameterTypeDescription
currentFlyoutButtonThe instance to check for navigability.

Returns:

boolean

True if the given flyout button can be focused.