Interface: FlightPlanCopiedEvent
Defined in: src/sdk/flightplan/FlightPlanner.ts:345
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:359
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:353
Whether this copy should include flight plan calculations.
planIndex
readonly
planIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:347
The index of the flight plan that was copied.
targetPlanIndex
readonly
targetPlanIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:350
The index that the flight plan was copied to.