Skip to main content

Home > blockly > FlyoutNavigationPolicy > isNavigable

FlyoutNavigationPolicy.isNavigable() method

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

Signature:

isNavigable(current: T): boolean;

Parameters

ParameterTypeDescription
currentTThe instance to check for navigability.

Returns:

boolean

True if the given flyout item can be focused.