blockly > FlyoutNavigationPolicy > isNavigable

FlyoutNavigationPolicy.isNavigable() method

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

Signature:

isNavigable(current: T): boolean;

Parameters

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

Returns:

boolean

True if the given flyout item can be focused.