Skip to main content

Interface: MFDSystemSetupSelectRowProps<T, K>

Component props for MFDSystemSetupSelectRow.

Type parameters

NameType
Textends UserSettingRecord
Kextends keyof T & string

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

MFDSystemSetupRowProps.children

Defined in

sdk/components/FSComponent.ts:122


class

Optional class: string

CSS class(es) to apply to the root of the row.

Inherited from

MFDSystemSetupRowProps.class

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:16


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

MFDSystemSetupRowProps.ref

Defined in

sdk/components/FSComponent.ts:125


selectControlProps

selectControlProps: UserSettingSelectControlProps<T, K>

Props required for the select control.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:87


title

title: string

The title of the row.

Inherited from

MFDSystemSetupRowProps.title

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:13