Skip to content

SettingGroup.focusNearestItem method

SettingGroup › focusNearestItem

Unofficial

Focuses the nearest visible item at or after the given index.

Signature:

focusNearestItem(index: number): void

Parameters:

Parameter Type Description
index number The index to start searching from.

Returns: void