Interface: MFDMapRangeSettingRowProps<R>
Component props for MFDMapRangeSettingRow.
Type parameters
Name | Type |
---|---|
R | extends keyof UserSettingValueFilter <MapUserSettingTypes , number > |
Hierarchy
↳
MFDMapRangeSettingRowProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
MFDMapSettingsRowProps.children
Defined in
sdk/components/FSComponent.ts:122
rangeProps
• rangeProps: MapRangeSettingControlProps
<R
>
Component props for the range setting control.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:153
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 this row.
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:19
viewService
• viewService: ViewService
The view service.
Inherited from
MFDMapSettingsRowProps.viewService
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:17