Skip to main content

Interface: MFDSystemSetupToggleRowProps<T, K>

Component props for MFDSystemSetupToggleRow.

Type parameters

NameType
Textends UserSettingRecord
Kextends keyof UserSettingValueFilter<T, boolean> & 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


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


toggleControlProps

toggleControlProps: Omit<UserSettingToggleControlProps<T, K>, "falseText" | "trueText">

Props required for the toggle control.

Defined in

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