Skip to main content

Interface: FlightPlanCopiedEvent

An event generated when a flight plan is copied to another flight plan.

Properties

batch

Optional Readonly batch: readonly Readonly<FlightPlanModBatch>[]

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.

Defined in

src/sdk/flightplan/FlightPlanner.ts:351


copyCalcs

Readonly copyCalcs: boolean

Whether this copy should include flight plan calculations.

Defined in

src/sdk/flightplan/FlightPlanner.ts:345


planIndex

Readonly planIndex: number

The index of the flight plan that was copied.

Defined in

src/sdk/flightplan/FlightPlanner.ts:339


targetPlanIndex

Readonly targetPlanIndex: number

The index that the flight plan was copied to.

Defined in

src/sdk/flightplan/FlightPlanner.ts:342