Skip to main content

Interface: FlightPlanTextUpdateData

Data used to udpate the flight plan text inset from a GTC.

Properties

collapsedSegmentIndexes

collapsedSegmentIndexes: undefined | number[]

The segment indexes of the collapsed segments, or undefined.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:34


selectedSegmentIndex

selectedSegmentIndex: number

The segment index for the selected row, or -1 if no selection.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:30


selectedSegmentLegIndex

selectedSegmentLegIndex: number

The segment leg index for the selected row, or -1 if selected row is not a leg.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:32


topRowSegmentIndex

topRowSegmentIndex: number

The segment index for the top row, or -1 if releasing control.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:26


topRowSegmentLegIndex

topRowSegmentLegIndex: number

The segment leg index for the top row, or -1 if top row is not a leg.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:28