Skip to main content

Interface: FlightPlanCalculatedEvent

An event generated when a flight plan lateral vectorization is started or completed.

Properties

batch

Optional Readonly batch: readonly Readonly<FlightPlanModBatch>[]

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.

Defined in

src/sdk/flightplan/FlightPlanner.ts:331


index

Optional Readonly index: number

The global index of the flight plan leg that the path was generated from.

Defined in

src/sdk/flightplan/FlightPlanner.ts:325


planIndex

Readonly planIndex: number

The index of the flight plan.

Defined in

src/sdk/flightplan/FlightPlanner.ts:322