Interface: FlightPlanDirectToDataEvent
Defined in: src/sdk/flightplan/FlightPlanner.ts:303
An event generated when direct to data is changed in the flight plan.
Properties
batch?
readonlyoptionalbatch: readonlyReadonly<FlightPlanModBatch>[]
Defined in: src/sdk/flightplan/FlightPlanner.ts:314
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.
directToData
readonlydirectToData:DirectToData
Defined in: src/sdk/flightplan/FlightPlanner.ts:308
The direct to data.
planIndex
readonlyplanIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:305
The index of the flight plan.