Skip to main content

blockly > WorkspaceNavigationPolicy > getNextSibling

WorkspaceNavigationPolicy.getNextSibling() method

Returns the next sibling of the given workspace.

Signature:

getNextSibling(_current: WorkspaceSvg): IFocusableNode | null;

Parameters

Parameter

Type

Description

_current

WorkspaceSvg

The workspace to return the next sibling of.

Returns:

IFocusableNode | null

Null.