Skip to main content

Interface: GtcMapTrafficSettingsPopupProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/MapSettingsPage/GtcMapTrafficSettingsPopup.tsx:27

Component props for GtcMapTrafficSettingsPopup.

Extends

Properties

adsb

adsb: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/MapSettingsPage/GtcMapTrafficSettingsPopup.tsx:32

Whether the installed traffic system supports ADS-B in.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

GtcViewProps.children


controlMode

controlMode: GtcControlMode

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:17

The GTC control mode to which the view belongs.

Inherited from

GtcViewProps.controlMode


displayPaneIndex?

optional displayPaneIndex: ControllableDisplayPaneIndex

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:26

The index of the display pane associated with the view, or undefined if the view is not associated with any display pane.

Inherited from

GtcViewProps.displayPaneIndex


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:14

The GtcService instance.

Inherited from

GtcViewProps.gtcService


isInOverlayStack?

optional isInOverlayStack: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:20

Whether the view belongs to its GTC control mode's overlay view stack.

Inherited from

GtcViewProps.isInOverlayStack


mapReadSettingManager

mapReadSettingManager: UserSettingManager<G3000MapUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/MapSettingsPage/GtcMapTrafficSettingsPopup.tsx:35

A manager for map user settings used to retrieve the popup's displayed setting values.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

GtcViewProps.ref


trafficSystemType

trafficSystemType: TrafficSystemType

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/MapSettingsPage/GtcMapTrafficSettingsPopup.tsx:29

The type of traffic system installed in the airplane.


writeToSetting()?

optional writeToSetting: <K>(settingName, value) => void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/MapSettingsPage/GtcMapTrafficSettingsPopup.tsx:41

A function which writes selected setting values. If not defined, selected values will be written to settings retrieved from mapReadSettingManager.

Type Parameters

Type Parameter
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

ParameterType
settingNameK
valueNonNullable<G3000MapUserSettingTypes[K]>

Returns

void