Interface: MFDSystemSetupToggleRowProps<T, K>
Defined in: workingtitle-instruments-g1000/html_ui/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?
optionalchildren:DisplayChildren[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
MFDSystemSetupRowProps.children
class?
optionalclass:string
Defined in: workingtitle-instruments-g1000/html_ui/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:16
CSS class(es) to apply to the root of the row.
Inherited from
ref?
optionalref:NodeReference<any>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
title
title:
string
Defined in: workingtitle-instruments-g1000/html_ui/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:13
The title of the row.
Inherited from
toggleControlProps
toggleControlProps:
Omit<UserSettingToggleControlProps<T,K>,"falseText"|"trueText">
Defined in: workingtitle-instruments-g1000/html_ui/MFD/Components/UI/SystemSetup/MFDSystemSetupRow.tsx:118
Props required for the toggle control.