Skip to main content

Interface: FlightPlanModBatchEvent

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

Properties

batch

Readonly batch: Readonly<FlightPlanModBatch>

The batch that was manipulated.

Defined in

src/sdk/flightplan/FlightPlanner.ts:365


isSynced

Readonly isSynced: boolean

Whether the batch was synced from another instrument.

Defined in

src/sdk/flightplan/FlightPlanner.ts:362


planIndex

Readonly planIndex: number

The index of the flight plan.

Defined in

src/sdk/flightplan/FlightPlanner.ts:359