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