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