Skip to content

AppSetting.focusNextNavItem method

AppSetting › focusNextNavItem

Unofficial

Moves focus to the nav item at the given offset from the current one.

Signature:

focusNextNavItem(direction: number): void

Parameters:

Parameter Type Description
direction number The offset to move by (e.g. 1 or -1).

Returns: void