blockly > IconNavigationPolicy > isNavigable
IconNavigationPolicy.isNavigable() method
Returns whether or not the given icon can be navigated to.
Signature:
isNavigable(current: Icon): boolean;
Parameters
Parameter | Type | Description |
|---|---|---|
current | The instance to check for navigability. |
Returns:
boolean
True if the given icon can be focused.