Interface: NavigationMapPaneViewProps
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:38
Component props for NavigationMapPaneView.
Extends
Properties
bus
bus:
EventBus
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:40
The event bus.
children?
optionalchildren:DisplayChildren[]
Defined in: src/sdk/components/FSComponent.ts:125
The children of the display component.
Inherited from
config
config:
MapConfig
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:70
A configuration object defining options for the map.
facLoader
facLoader:
FacilityLoader
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:43
A facility loader.
flightPlanListManager
flightPlanListManager:
FlightPlanListManager
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:64
The flight plan list manager instance for this pane.
flightPlanner
flightPlanner:
FlightPlanner<"">
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:46
The flight planner.
flightPlanStore
flightPlanStore:
FlightPlanStore
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:52
The flight plan store.
fms
fms:
Fms<"">
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:61
The Fms.
halfSizeOnly?
optionalhalfSizeOnly: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/NavigationMap/NavigationMapPaneView.tsx:67
A manager for all PFD sensors user settings.
ref?
optionalref:NodeReference<any>
Defined in: src/sdk/components/FSComponent.ts:128
A reference to the display component.
Inherited from
trafficSystem
trafficSystem:
TrafficSystem
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:49
The traffic system used by the map to display traffic.
vnavDataProvider
vnavDataProvider:
VNavDataProvider
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:58
A provider of VNAV data.
windDataProvider?
optionalwindDataProvider:WindDataProvider
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:55
A provider of wind data. Required to display the map wind vector.