Skip to main content

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

Icon

The instance to check for navigability.

Returns:

boolean

True if the given icon can be focused.