Skip to main content

blockly > ToolboxItemNavigationPolicy > isNavigable

ToolboxItemNavigationPolicy.isNavigable() method

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

Signature:

isNavigable(current: IToolboxItem): boolean;

Parameters

Parameter

Type

Description

current

IToolboxItem

The instance to check for navigability.

Returns:

boolean

True if the given toolbox item can be focused.