Interface: FlightPlanLegUserDataEvent
Defined in: src/sdk/flightplan/FlightPlanner.ts:282
An event generated when a flight plan leg user data key-value pair is changed.
Properties
batch?
readonlyoptionalbatch: readonlyReadonly<FlightPlanModBatch>[]
Defined in: src/sdk/flightplan/FlightPlanner.ts:305
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.
data?
readonlyoptionaldata:any
Defined in: src/sdk/flightplan/FlightPlanner.ts:299
The user data. Not defined if the user data was deleted.
key
readonlykey:string
Defined in: src/sdk/flightplan/FlightPlanner.ts:296
The key of the user data.
leg
readonlyleg:LegDefinition
Defined in: src/sdk/flightplan/FlightPlanner.ts:293
The user data's flight plan leg.
legIndex
readonlylegIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:290
The index of the user data's flight plan leg in its containing segment.
planIndex
readonlyplanIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:284
The index of the flight plan.
segmentIndex
readonlysegmentIndex:number
Defined in: src/sdk/flightplan/FlightPlanner.ts:287
The index of the segment containing the user data's flight plan leg.