Interface: FlightPlanTextData
Data used to update the flight plan text.
Properties
fromIndex
• Readonly
fromIndex: undefined
| number
Index for the from leg in the flight plan text list, 0, being at the top, -1 if from is outside the list.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/FlightPlan/FlightPlanTextUpdater.ts:12
rows
• Readonly
rows: FlightPlanTextRowData
[]
The flight plan text row data.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/FlightPlan/FlightPlanTextUpdater.ts:16
toIndex
• Readonly
toIndex: undefined
| number
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.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/FlightPlan/FlightPlanTextUpdater.ts:14