Interface: TrafficMapPaneViewProps
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/TrafficMap/TrafficMapPaneView.tsx:23
Component props for TrafficMapPaneView.
Extends
Properties
bus
bus:
EventBus
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/TrafficMap/TrafficMapPaneView.tsx:25
The event bus.
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
config
config:
MapConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/TrafficMap/TrafficMapPaneView.tsx:40
A configuration object defining options for the map.
facLoader
facLoader:
FacilityLoader
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/TrafficMap/TrafficMapPaneView.tsx:28
A facility loader.
flightPlanner
flightPlanner:
FlightPlanner
<""
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/TrafficMap/TrafficMapPaneView.tsx:31
The flight planner.
halfSizeOnly?
optional
halfSizeOnly:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneView.ts:14
Whether the view can only be displayed in half-size panes.
Inherited from
DisplayPaneViewProps
.halfSizeOnly
index
index:
DisplayPaneIndex
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneView.ts:11
The index of the view's parent pane.
Inherited from
pfdSensorsSettingManager
pfdSensorsSettingManager:
PfdSensorsUserSettingManager
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/TrafficMap/TrafficMapPaneView.tsx:37
A manager for all PFD sensors user settings.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
trafficSystem
trafficSystem:
TrafficSystem
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/TrafficMap/TrafficMapPaneView.tsx:34
The traffic system used by the map.