Interface: FlightPlanTextData
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FlightPlan/FlightPlanTextUpdater.ts:10
Data used to update the flight plan text.
Properties
fromIndex
readonly
fromIndex:undefined
|number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FlightPlan/FlightPlanTextUpdater.ts:12
Index for the from leg in the flight plan text list, 0, being at the top, -1 if from is outside the list.
rows
readonly
rows:FlightPlanTextRowData
[]
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FlightPlan/FlightPlanTextUpdater.ts:16
The flight plan text row data.
toIndex
readonly
toIndex:undefined
|number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/FlightPlan/FlightPlanTextUpdater.ts:14
Index for the from leg in the flight plan text list, 0, being at the top, 5 if the to leg is outside the list.