Skip to main content

Interface: MapEnumSettingControlProps<K>

Component props for MapEnumSettingControl.

Type parameters

NameType
Kextends keyof MapUserSettingTypes

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

MapSettingControlProps.children

Defined in

sdk/components/FSComponent.ts:122


class

Optional class: string

CSS class(es) to add to the root of the control component.

Inherited from

MapSettingControlProps.class

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/MapSettings/MapSettingControls.tsx:32


outerContainer

outerContainer: NodeReference<HTMLElement>

The HTML container in which the control resides.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/MapSettings/MapSettingControls.tsx:72


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

MapSettingControlProps.ref

Defined in

sdk/components/FSComponent.ts:125


registerFunc

registerFunc: (control: ScrollableControl) => void

The function to use to register the setting control.

Type declaration

▸ (control): void

The function to use to register the setting control.

Parameters
NameType
controlScrollableControl
Returns

void

Inherited from

MapSettingControlProps.registerFunc

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/MapSettings/MapSettingControls.tsx:23


settingManager

settingManager: UserSettingManager<MapUserSettingTypes>

A map settings manager.

Inherited from

MapSettingControlProps.settingManager

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/MapSettings/MapSettingControls.tsx:26


settingName

settingName: K

The name of the setting to control.

Inherited from

MapSettingControlProps.settingName

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/MapSettings/MapSettingControls.tsx:29


valueText

valueText: SubscribableArray<string>

An array of text representations of setting values.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/MapSettings/MapSettingControls.tsx:69


values

values: SubscribableArray<NonNullable<MapUserSettingTypes[K]>>

An array of values assignable to the setting.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/MapSettings/MapSettingControls.tsx:66


viewService

viewService: ViewService

The View Service.

Inherited from

MapSettingControlProps.viewService

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/MapSettings/MapSettingControls.tsx:20