SettingGroup.focusNearestItem method
SettingGroup › focusNearestItem
Unofficial
Focuses the nearest visible item at or after the given index.Signature:
focusNearestItem(index: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | The index to start searching from. |
Returns: void