Interface: MFDSystemSetupToggleRowProps<T, K>
Component props for MFDSystemSetupToggleRow.
Type parameters
Name | Type |
---|---|
T | extends UserSettingRecord |
K | extends keyof UserSettingValueFilter <T , boolean > & string |
Hierarchy
↳
MFDSystemSetupToggleRowProps
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
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
Defined in
sdk/components/FSComponent.ts:125
title
• title: string
The title of the row.
Inherited from
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