Skip to main content

Type Alias: WaypointInfoPaneSelectionData

WaypointInfoPaneSelectionData = object

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WaypointInfoPane/WaypointInfoPaneViewEvents.ts:6

A description of a waypoint to target in a waypoint information pane.

Properties

icao

readonly icao: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WaypointInfoPane/WaypointInfoPaneViewEvents.ts:8

The ICAO of the selected waypoint, or the empty string if there is no selected waypoint.


resetRange

readonly resetRange: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WaypointInfoPane/WaypointInfoPaneViewEvents.ts:14

Whether to reset the range of the map.


runwayIndex

readonly runwayIndex: number

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WaypointInfoPane/WaypointInfoPaneViewEvents.ts:11

The index of the selected runway, or -1 if there is no selected runway.