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 | The instance to check for navigability. |
Returns:
boolean
True if the given toolbox item can be focused.