Skip to main content

blockly > BubbleNavigationPolicy > getNextSibling

BubbleNavigationPolicy.getNextSibling() method

Returns the next peer node of the given bubble.

Signature:

getNextSibling(current: Bubble): IFocusableNode | null;

Parameters

Parameter

Type

Description

current

Bubble

The bubble to find the following element of.

Returns:

IFocusableNode | null

The next navigable item on the bubble's icon's parent block.