Type Alias: NavigationMapPaneFlightPlanFocusData
NavigationMapPaneFlightPlanFocusData =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:6
A description of a procedure to display in a procedure preview pane.
Properties
globalLegIndex
readonly
globalLegIndex:number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:20
The global index of the leg associated with the focus, or -1
if there is no associated leg.
globalLegIndexEnd
readonly
globalLegIndexEnd:number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:14
The index of the last focused flight plan leg, exclusive.
globalLegIndexStart
readonly
globalLegIndexStart:number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:11
The index of the first focused flight plan leg, inclusive.
planIndex
readonly
planIndex:number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:8
The index of the focused flight plan, or -1
if no flight plan is focused.
segmentIndex
readonly
segmentIndex:number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NavigationMap/NavigationMapPaneViewEvents.ts:17
The index of the segment associated with the focus, or -1
if there is no associated segment.