Skip to main content

Interface: MFDSystemSetupToggleRowProps<T, K>

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

Component props for MFDSystemSetupToggleRow.

Extends

Type Parameters

Type Parameter
T extends UserSettingRecord
K extends keyof UserSettingValueFilter<T, boolean> & string

Properties

children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

MFDSystemSetupRowProps.children


class?

optional class: string

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

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

Inherited from

MFDSystemSetupRowProps.class


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

MFDSystemSetupRowProps.ref


title

title: string

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

The title of the row.

Inherited from

MFDSystemSetupRowProps.title


toggleControlProps

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

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

Props required for the toggle control.