AppSetting.focusNextNavItem method
AppSetting › focusNextNavItem
Unofficial
Moves focus to the nav item at the given offset from the current one.Signature:
focusNextNavItem(direction: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| direction | number | The offset to move by (e.g. 1 or -1). |
Returns: void