Interface: FlightPlanProcedureDetailsEvent
Defined in: src/sdk/flightplan/FlightPlanner.ts:212
An event generated when the flight plan procedure details changs.
Properties
batch?
readonlyoptionalbatch: readonlyReadonly<FlightPlanModBatch>[]
Defined in: src/sdk/flightplan/FlightPlanner.ts:223
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
readonlydetails:Readonly<ProcedureDetails>
Defined in: src/sdk/flightplan/FlightPlanner.ts:217
The procedure details that changed.
planIndex
readonlyplanIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:214
THe index of the flight plan.