blockly > Navigator > getNextSibling

Returns the next sibling of the given object instance, if any.

Signature:

getNextSibling(current: IFocusableNode): IFocusableNode | null;

Parameters

Parameter Type Description
current IFocusableNode The object to retrieve the next sibling node of.

Returns:

IFocusableNode | null

The next sibling node of the given object, if any.