Skip to main content

Interface: NavigationMapPaneViewProps

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:37

Component props for NavigationMapPaneView.

Extends

Properties

bus

bus: EventBus

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:39

The event bus.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

DisplayPaneViewProps.children


config

config: MapConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:69

A configuration object defining options for the map.


facLoader

facLoader: FacilityLoader

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:42

A facility loader.


flightPlanListManager

flightPlanListManager: FlightPlanListManager

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:63

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:45

The flight planner.


flightPlanStore

flightPlanStore: FlightPlanStore

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:51

The flight plan store.


fms

fms: Fms<"">

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:60

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


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

DisplayPaneViewProps.index


pfdSensorsSettingManager

pfdSensorsSettingManager: PfdSensorsUserSettingManager

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:66

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

DisplayPaneViewProps.ref


trafficSystem

trafficSystem: TrafficSystem

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:48

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:57

A provider of VNAV data.


windDataProvider?

optional windDataProvider: WindDataProvider

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:54

A provider of wind data. Required to display the map wind vector.