Skip to main content

Class: PlanSubjects

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>

The active leg index currently being navigated to.

Defined in

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


flightPlan

flightPlan: Subject<undefined | FlightPlan>

The current flight plan to display, if any.

Defined in

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


planCalculated

planCalculated: SubEvent<any, void>

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

Defined in

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


planChanged

planChanged: SubEvent<any, void>

An event that fires when the plan is changed.

Defined in

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