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