Skip to main content

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

Bubble

The instance to check for navigability.

Returns:

boolean

True if the given bubble can be focused.