Skip to main content

Home > blockly > Navigator > getNextSibling

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

Signature:

getNextSibling(current: IFocusableNode): IFocusableNode | null;

Parameters

ParameterTypeDescription
currentIFocusableNodeThe object to retrieve the next sibling node of.

Returns:

IFocusableNode | null

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