Enumeration: FocusPosition
The item position to focus a component's children when performing a focus operation.
Enumeration Members
First
• First = "First"
The first focus-able child at each node in the descendant tree will be focused.
Defined in
src/sdk/components/controls/HardwareUiControl.tsx:91
Last
• Last = "Last"
The last focus-able child at each node in the descendant tree will be focused.
Defined in
src/sdk/components/controls/HardwareUiControl.tsx:94
MostRecent
• MostRecent = "MostRecent"
The component's most recently focused descendants will be focused.
Defined in
src/sdk/components/controls/HardwareUiControl.tsx:88
None
• None = "None"
No child components will be focused.
Defined in
src/sdk/components/controls/HardwareUiControl.tsx:97