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
| Parameter | Type | Description |
|---|---|---|
| current | Field<any> | The instance to check for navigability. |
Returns:
boolean
True if the given field can be focused and navigated to.