Home > blockly > FlyoutNavigationPolicy > getNextSibling
FlyoutNavigationPolicy.getNextSibling() method
Returns the next item in the flyout relative to the given item.
Signature:
getNextSibling(current: T): IFocusableNode | null;
Parameters
| Parameter | Type | Description |
|---|---|---|
| current | T | The flyout item to navigate from. |
Returns:
IFocusableNode | null
The flyout item following the given one.