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?
readonly
optional
batch: 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
readonly
directToData:DirectToData
Defined in: src/sdk/flightplan/FlightPlanner.ts:308
The direct to data.
planIndex
readonly
planIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:305
The index of the flight plan.