Skip to main content

Interface: FlightPlanModBatchEvent

Defined in: src/sdk/flightplan/FlightPlanner.ts:357

An event generated when a flight plan modification batch is manipulated.

Properties

batch

readonly batch: Readonly<FlightPlanModBatch>

Defined in: src/sdk/flightplan/FlightPlanner.ts:365

The batch that was manipulated.


isSynced

readonly isSynced: boolean

Defined in: src/sdk/flightplan/FlightPlanner.ts:362

Whether the batch was synced from another instrument.


planIndex

readonly planIndex: number

Defined in: src/sdk/flightplan/FlightPlanner.ts:359

The index of the flight plan.