Interface: GtcMapTrafficSettingsPopupProps
Component props for GtcMapTrafficSettingsPopup.
Hierarchy
↳
GtcMapTrafficSettingsPopupProps
Properties
adsb
• adsb: boolean
Whether the installed traffic system supports ADS-B in.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/MapSettingsPage/GtcMapTrafficSettingsPopup.tsx:32
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:122
controlMode
• controlMode: GtcControlMode
The GTC control mode to which the view belongs.
Inherited from
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:15
displayPaneIndex
• Optional
displayPaneIndex: ControllableDisplayPaneIndex
The index of the display pane that this view is tied to.
Inherited from
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:18
gtcService
• gtcService: GtcService
The GtcService instance
Inherited from
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcView.ts:12
mapReadSettingManager
• mapReadSettingManager: UserSettingManager
<G3000MapUserSettingTypes
>
A manager for map user settings used to retrieve the popup's displayed setting values.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/MapSettingsPage/GtcMapTrafficSettingsPopup.tsx:35
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
sdk/components/FSComponent.ts:125
trafficSystemType
• trafficSystemType: TrafficSystemType
The type of traffic system installed in the airplane.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/MapSettingsPage/GtcMapTrafficSettingsPopup.tsx:29
writeToSetting
• Optional
writeToSetting: <K>(settingName
: K
, value
: NonNullable
<G3000MapUserSettingTypes
[K
]>) => void
A function which writes selected setting values. If not defined, selected values will be written to settings
retrieved from mapReadSettingManager
.
Type declaration
▸ <K
>(settingName
, value
): void
A function which writes selected setting values. If not defined, selected values will be written to settings
retrieved from mapReadSettingManager
.
Type parameters
Name | Type |
---|---|
K | extends "mapRangeIndex" | "mapOrientation" | "mapAutoNorthUpActive" | "mapAutoNorthUpRangeIndex" | "mapGroundNorthUpActive" | "mapDeclutter" | "mapTerrainMode" | "mapTerrainRangeIndex" | "mapTerrainScaleShow" | "mapAirportLargeRangeIndex" | "mapAirportMediumRangeIndex" | "mapAirportSmallRangeIndex" | "mapVorShow" | "mapVorRangeIndex" | "mapNdbShow" | "mapNdbRangeIndex" | "mapIntersectionShow" | "mapIntersectionRangeIndex" | "mapUserWaypointShow" | "mapUserWaypointRangeIndex" | "mapAirspaceClassBRangeIndex" | "mapAirspaceClassCRangeIndex" | "mapAirspaceClassDRangeIndex" | "mapAirspaceRestrictedRangeIndex" | "mapAirspaceMoaRangeIndex" | "mapAirspaceOtherRangeIndex" | "mapTrafficShow" | "mapTrafficRangeIndex" | "mapTrafficLabelShow" | "mapTrafficLabelRangeIndex" | "mapTrafficAlertLevelMode" | "mapNexradShow" | "mapNexradRangeIndex" | "mapTrackVectorShow" | "mapTrackVectorLookahead" | "mapAltitudeArcShow" | "mapWindVectorShow" | "mapAirspaceShow" | "mapAirportShow" | "mapInsetMode" | "mapInsetTextCumulative" |
Parameters
Name | Type |
---|---|
settingName | K |
value | NonNullable <G3000MapUserSettingTypes [K ]> |
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Pages/MapSettingsPage/GtcMapTrafficSettingsPopup.tsx:41