Interface: MFDMapSettingsGroupProps
Component props for MFDMapSettingsGroup.
Hierarchy
↳
MFDMapSettingsGroupProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:122
mapRanges
• mapRanges: Subscribable
<readonly NumberUnitInterface
<Distance
, Unit
<Distance
>>[]>
A subscribable array which provides the current map range values.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsGroup.tsx:21
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:125
settingManager
• settingManager: UserSettingManager
<MapUserSettingTypes
>
A map settings manager.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsGroup.tsx:18
upperKnobCanScroll
• Optional
upperKnobCanScroll: boolean
If 'true' the list will also be scrollable using the upper knob
Inherited from
UiControlGroupProps.upperKnobCanScroll
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:12
viewService
• viewService: ViewService
The View Service.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/MFD/Components/UI/MapSettings/MFDMapSettingsGroup.tsx:15
Methods
onBlurred
▸ onBlurred(sender
): void
A function to call when the control group is blurred.
Parameters
Name | Type | Description |
---|---|---|
sender | UiControlGroup <UiControlGroupProps > | The control group. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:24
onFocused
▸ onFocused(sender
): void
A function to call when the control group is focused.
Parameters
Name | Type | Description |
---|---|---|
sender | UiControlGroup <UiControlGroupProps > | The control group. |
Returns
void
Inherited from
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:18
onRegister
▸ onRegister(ctrl
, unregister?
): void
Parameters
Name | Type |
---|---|
ctrl | ScrollableControl |
unregister? | boolean |
Returns
void
Inherited from
UiControlGroupProps.onRegister
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:10