Skip to main content

Interface: FmsEvents

All possible events published by Fms.

Hierarchy

Properties

approach_supports_gp

approach_supports_gp: boolean

Whether the primary flight plan's currently loaded approach is active and supports glidepath guidance.

Inherited from

BaseFmsEvents.approach_supports_gp

Defined in

src/garminsdk/flightplan/FmsEvents.ts:17


fms_approach_activate

fms_approach_activate: void

An approach was manually activated.

Inherited from

BaseFmsEvents.fms_approach_activate

Defined in

src/garminsdk/flightplan/FmsEvents.ts:14


fms_approach_details

fms_approach_details: Readonly<ApproachDetails>

Details related to the primary flight plan approach.

Inherited from

BaseFmsEvents.fms_approach_details

Defined in

src/garminsdk/flightplan/FmsEvents.ts:8


fms_flight_phase

fms_flight_phase: Readonly<FmsFlightPhase>

Details related to the current FMS phase of flight.

Inherited from

BaseFmsEvents.fms_flight_phase

Defined in

src/garminsdk/flightplan/FmsEvents.ts:11