Type Alias: WaypointInfoPaneSelectionData
WaypointInfoPaneSelectionData =
object
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WaypointInfoPane/WaypointInfoPaneViewEvents.ts:8
A description of a waypoint to target in a waypoint information pane.
Properties
icao
readonlyicao:IcaoValue
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WaypointInfoPane/WaypointInfoPaneViewEvents.ts:10
The ICAO of the selected waypoint, or the empty ICAO if there is no selected waypoint.
resetRange
readonlyresetRange:boolean
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WaypointInfoPane/WaypointInfoPaneViewEvents.ts:16
Whether to reset the range of the map.
runwayIndex
readonlyrunwayIndex:number
Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WaypointInfoPane/WaypointInfoPaneViewEvents.ts:13
The index of the selected runway, or -1 if there is no selected runway.