Skip to main content

Interface: MFDMapSingleEnumSettingRowProps<K>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:51

Component props for MFDMapSingleEnumSettingRow.

Extends

Type Parameters

Type Parameter
K extends keyof MapUserSettingTypes

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

MFDMapSettingsRowProps.children


controlProps

controlProps: MapEnumSettingControlProps<K>

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:53

Component props for the enum setting control.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

MFDMapSettingsRowProps.ref


title

title: string

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:19

The title of this row.

Inherited from

MFDMapSettingsRowProps.title


viewService

viewService: ViewService

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsRow.tsx:17

The view service.

Inherited from

MFDMapSettingsRowProps.viewService