Skip to main content

Interface: FlightPlanOriginDestEvent

An event generated when the origin and/or destination information is updated.

Properties

airport

Optional Readonly airport: string

The airport that was changed.

Defined in

src/sdk/flightplan/FlightPlanner.ts:192


batch

Optional Readonly batch: readonly Readonly<FlightPlanModBatch>[]

The modification batch stack to which the change 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:198


planIndex

Readonly planIndex: number

The index of the flight plan.

Defined in

src/sdk/flightplan/FlightPlanner.ts:189


type

Readonly type: OriginDestChangeType

The type of change.

Defined in

src/sdk/flightplan/FlightPlanner.ts:186