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