Home > blockly > FlyoutSeparatorNavigationPolicy > isNavigable
FlyoutSeparatorNavigationPolicy.isNavigable() method
Returns whether or not the given flyout separator can be navigated to.
Signature:
isNavigable(_current: FlyoutSeparator): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| _current | FlyoutSeparator | The instance to check for navigability. |
Returns:
boolean
False.