Interface: UiListFocusableProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/List/UiListFocusable.tsx:10
Component props for UiListFocusable.
Extends
ComponentProps
Properties
autoRefocus?
optional
autoRefocus:boolean
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/List/UiListFocusable.tsx:15
Whether the wrapper should automatically try to focus another descendant if the focused descendant loses focus
because it could no longer be focused. Defaults to false
.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref