Skip to main content

Interface: FlightPlanTextUpdateData

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:24

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

Properties

collapsedSegmentIndexes

collapsedSegmentIndexes: undefined | number[]

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:34

The segment indexes of the collapsed segments, or undefined.


selectedSegmentIndex

selectedSegmentIndex: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:30

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


selectedSegmentLegIndex

selectedSegmentLegIndex: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:32

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


topRowSegmentIndex

topRowSegmentIndex: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:26

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


topRowSegmentLegIndex

topRowSegmentLegIndex: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:28

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