Skip to main content

Interface: NavigationMapPaneViewProps

Component props for NavigationMapPaneView.

Hierarchy

Properties

bus

bus: EventBus

The event bus.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:38


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

DisplayPaneViewProps.children

Defined in

src/sdk/components/FSComponent.ts:122


config

config: MapConfig

A configuration object defining options for the map.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:68


facLoader

facLoader: FacilityLoader

A facility loader.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:41


flightPlanListManager

flightPlanListManager: FlightPlanListManager

The flight plan list manager instance for this pane.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:62


flightPlanStore

flightPlanStore: FlightPlanStore

The flight plan store.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:50


flightPlanner

flightPlanner: FlightPlanner<"">

The flight planner.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:44


fms

fms: Fms<"">

The Fms.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:59


halfSizeOnly

Optional halfSizeOnly: boolean

Whether the view can only be displayed in half-size panes.

Inherited from

DisplayPaneViewProps.halfSizeOnly

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:14


iauSettingManager

iauSettingManager: IauUserSettingManager

A manager for all IAU user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:65


index

index: DisplayPaneIndex

The index of the view's parent pane.

Inherited from

DisplayPaneViewProps.index

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:11


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

DisplayPaneViewProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


trafficSystem

trafficSystem: TrafficSystem

The traffic system used by the map to display traffic.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:47


vnavDataProvider

vnavDataProvider: VNavDataProvider

A provider of VNAV data.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:56


windDataProvider

Optional windDataProvider: WindDataProvider

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

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneView.tsx:53