Interface: FlightPlanModBatchEvent
Defined in: src/sdk/flightplan/FlightPlanner.ts:357
An event generated when a flight plan modification batch is manipulated.
Properties
batch
readonlybatch:Readonly<FlightPlanModBatch>
Defined in: src/sdk/flightplan/FlightPlanner.ts:365
The batch that was manipulated.
isSynced
readonlyisSynced:boolean
Defined in: src/sdk/flightplan/FlightPlanner.ts:362
Whether the batch was synced from another instrument.
planIndex
readonlyplanIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:359
The index of the flight plan.