Skip to main content

Interface: MapSettingControlProps<K>

Component props for MapSettingControl.

Type parameters

NameType
Kextends keyof MapUserSettingTypes

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


class

Optional class: string

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

Defined in

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


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.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

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.

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.

Defined in

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


viewService

viewService: ViewService

The View Service.

Defined in

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