Home > blockly > ConnectionNavigationPolicy > isNavigable
ConnectionNavigationPolicy.isNavigable() method
Returns whether or not the given connection can be navigated to.
Signature:
isNavigable(current: RenderedConnection): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| current | RenderedConnection | The instance to check for navigability. |
Returns:
boolean
True if the given connection can be focused.