Skip to main content

Interface: FlightPlanModBatchEvent

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

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

Properties

batch

readonly batch: Readonly<FlightPlanModBatch>

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

The batch that was manipulated.


isSynced

readonly isSynced: boolean

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

Whether the batch was synced from another instrument.


planIndex

readonly planIndex: number

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

The index of the flight plan.