Skip to main content

Interface: FlightPlanProcedureDetailsEvent

Defined in: src/sdk/flightplan/FlightPlanner.ts:204

An event generated when the flight plan procedure details changs.

Properties

batch?

readonly optional batch: readonly Readonly<FlightPlanModBatch>[]

Defined in: src/sdk/flightplan/FlightPlanner.ts:215

The modification batch stack to which the change was assigned, in order of increasing nestedness. Not defined if the change was not assigned to any batches.


details

readonly details: ProcedureDetails

Defined in: src/sdk/flightplan/FlightPlanner.ts:209

The procedure details that changed.


planIndex

readonly planIndex: number

Defined in: src/sdk/flightplan/FlightPlanner.ts:206

THe index of the flight plan.