Interface: FlightPlanProcedureDetailsEvent
An event generated when the flight plan procedure details changs.
Properties
batch
• Optional
Readonly
batch: readonly Readonly
<FlightPlanModBatch
>[]
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.
Defined in
src/sdk/flightplan/FlightPlanner.ts:215
details
• Readonly
details: ProcedureDetails
The procedure details that changed.
Defined in
src/sdk/flightplan/FlightPlanner.ts:209
planIndex
• Readonly
planIndex: number
THe index of the flight plan.
Defined in
src/sdk/flightplan/FlightPlanner.ts:206