Interface: FlightPlanCalculatedEvent
Defined in: src/sdk/flightplan/FlightPlanner.ts:320
An event generated when a flight plan lateral vectorization is started or completed.
Properties
batch?
readonlyoptionalbatch: readonlyReadonly<FlightPlanModBatch>[]
Defined in: src/sdk/flightplan/FlightPlanner.ts:331
The modification batch stack to which the calculation was assigned, in order of increasing nestedness. Not defined if the calculation was not assigned to any batches.
index?
readonlyoptionalindex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:325
The global index of the flight plan leg that the path was generated from.
planIndex
readonlyplanIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:322
The index of the flight plan.