Skip to main content

Interface: UiListFocusableProps

Component props for UiListFocusable.

Hierarchy

  • ComponentProps

    UiListFocusableProps

Properties

autoRefocus

Optional autoRefocus: boolean

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.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/List/UiListFocusable.tsx:15


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125