Interface: FlightPlanCopiedEvent
Defined in: src/sdk/flightplan/FlightPlanner.ts:337
An event generated when a flight plan is copied to another flight plan.
Properties
batch?
readonly
optional
batch: readonlyReadonly
<FlightPlanModBatch
>[]
Defined in: src/sdk/flightplan/FlightPlanner.ts:351
The modification batch stack in the target plan to which the copy operation was assigned, in order of increasing nestedness. Not defined if the change was not assigned to any batches.
copyCalcs
readonly
copyCalcs:boolean
Defined in: src/sdk/flightplan/FlightPlanner.ts:345
Whether this copy should include flight plan calculations.
planIndex
readonly
planIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:339
The index of the flight plan that was copied.
targetPlanIndex
readonly
targetPlanIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:342
The index that the flight plan was copied to.