Skip to main content

Home > blockly > FieldNavigationPolicy > isNavigable

FieldNavigationPolicy.isNavigable() method

Returns whether or not the given field can be navigated to.

Signature:

isNavigable(current: Field<any>): boolean;

Parameters

ParameterTypeDescription
currentField<any>The instance to check for navigability.

Returns:

boolean

True if the given field can be focused and navigated to.