Skip to main content

Enumeration: FocusPosition

Defined in: src/sdk/components/controls/HardwareUiControl.tsx:86

The item position to focus a component's children when performing a focus operation.

Enumeration Members

First

First: "First"

Defined in: src/sdk/components/controls/HardwareUiControl.tsx:91

The first focus-able child at each node in the descendant tree will be focused.


Last

Last: "Last"

Defined in: src/sdk/components/controls/HardwareUiControl.tsx:94

The last focus-able child at each node in the descendant tree will be focused.


MostRecent

MostRecent: "MostRecent"

Defined in: src/sdk/components/controls/HardwareUiControl.tsx:88

The component's most recently focused descendants will be focused.


None

None: "None"

Defined in: src/sdk/components/controls/HardwareUiControl.tsx:97

No child components will be focused.