Interface: MFDMapToggleEnumSettingsRowProps<T, E>
Component props for MFDMapToggleEnumSettingsRow.
Type parameters
Name | Type |
---|---|
T | extends keyof UserSettingValueFilter <MapUserSettingTypes , boolean > |
E | extends keyof MapUserSettingTypes |
Hierarchy
MFDMapToggleSettingRowProps
<T
>↳
MFDMapToggleEnumSettingsRowProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
MFDMapToggleSettingRowProps.children
Defined in
sdk/components/FSComponent.ts:122
enumProps
• enumProps: MapEnumSettingControlProps
<E
>
Component props for the enum setting control.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:122
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
MFDMapToggleSettingRowProps.ref
Defined in
sdk/components/FSComponent.ts:125
title
• title: string
The title of this row.
Inherited from
MFDMapToggleSettingRowProps.title
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:19
toggleProps
• toggleProps: MapSettingControlProps
<T
>
Component props for the toggle setting control.
Inherited from
MFDMapToggleSettingRowProps.toggleProps
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:86
viewService
• viewService: ViewService
The view service.
Inherited from
MFDMapToggleSettingRowProps.viewService
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:17