blockly > IconNavigationPolicy > getNextSibling
IconNavigationPolicy.getNextSibling() method
Returns the next peer node of the given icon.
Signature:
getNextSibling(current: Icon): IFocusableNode | null;
Parameters
Parameter | Type | Description |
|---|---|---|
current | The icon to find the following element of. |
Returns:
IFocusableNode | null
The next icon, field or input following this icon, if any.