Skip to main content

Home > blockly > ConnectionNavigationPolicy > isNavigable

ConnectionNavigationPolicy.isNavigable() method

Returns whether or not the given connection can be navigated to.

Signature:

isNavigable(current: RenderedConnection): boolean;

Parameters

ParameterTypeDescription
currentRenderedConnectionThe instance to check for navigability.

Returns:

boolean

True if the given connection can be focused.