Skip to main content

Home > blockly > FlyoutNavigationPolicy > getPreviousSibling

FlyoutNavigationPolicy.getPreviousSibling() method

Returns the previous item in the flyout relative to the given item.

Signature:

getPreviousSibling(current: T): IFocusableNode | null;

Parameters

ParameterTypeDescription
currentTThe flyout item to navigate from.

Returns:

IFocusableNode | null

The flyout item preceding the given one.