Interface: NavigationMapPaneViewProps
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:36
Component props for NavigationMapPaneView.
Extends
Properties
bus
bus:
EventBus
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:38
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/NavigationMap/NavigationMapPaneView.tsx:68
A configuration object defining options for the map.
facLoader
facLoader:
FacilityLoader
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:41
A facility loader.
flightPlanListManager
flightPlanListManager:
FlightPlanListManager
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:62
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:44
The flight planner.
flightPlanStore
flightPlanStore:
FlightPlanStore
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:50
The flight plan store.
fms
fms:
Fms
<""
>
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:59
The Fms.
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
iauSettingManager
iauSettingManager:
IauUserSettingManager
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:65
A manager for all IAU user settings.
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
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/NavigationMap/NavigationMapPaneView.tsx:47
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:56
A provider of VNAV data.
windDataProvider?
optional
windDataProvider:WindDataProvider
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:53
A provider of wind data. Required to display the map wind vector.