blockly > FlyoutNavigator > isNavigable
FlyoutNavigator.isNavigable() method
Returns whether or not the given node is navigable.
Signature:
protected isNavigable(node: IFocusableNode): boolean | undefined;
Parameters
Parameter | Type | Description |
|---|---|---|
node | A focusable node to check the navigability of. |
Returns:
boolean | undefined
True if the node is navigable, otherwise false.