blockly > FlyoutButtonNavigationPolicy > isNavigable

FlyoutButtonNavigationPolicy.isNavigable() method

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

Signature:

isNavigable(current: FlyoutButton): boolean;

Parameters

Parameter Type Description
current FlyoutButton The instance to check for navigability.

Returns:

boolean

True if the given flyout button can be focused.