Skip to main content

Class: PlanSubjects

Defined in: src/sdk/components/mapsystem/modules/MapFlightPlanModule.ts:30

A collection of subjects for consuming flight plan data in the flight plan module.

Constructors

Constructor

new PlanSubjects(): PlanSubjects

Returns

PlanSubjects

Properties

activeLeg

activeLeg: Subject<number>

Defined in: src/sdk/components/mapsystem/modules/MapFlightPlanModule.ts:41

The active leg index currently being navigated to.


flightPlan

flightPlan: Subject<undefined | FlightPlan>

Defined in: src/sdk/components/mapsystem/modules/MapFlightPlanModule.ts:32

The current flight plan to display, if any.


planCalculated

planCalculated: SubEvent<any, void>

Defined in: src/sdk/components/mapsystem/modules/MapFlightPlanModule.ts:38

An event that fired when the flight path of the plan is recalculated.


planChanged

planChanged: SubEvent<any, void>

Defined in: src/sdk/components/mapsystem/modules/MapFlightPlanModule.ts:35

An event that fires when the plan is changed.