Skip to main content

blockly > Navigator > isNavigable

Returns whether or not the given node is navigable.

Signature:

protected isNavigable(node: IFocusableNode): boolean | undefined;

Parameters

Parameter

Type

Description

node

IFocusableNode

A focusable node to check the navigability of.

Returns:

boolean | undefined

True if the node is navigable, otherwise false.