Skip to main content

Type Alias: NearestPaneSelectionData

NearestPaneSelectionData = object

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneViewEvents.ts:18

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

Properties

icao

readonly icao: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneViewEvents.ts:23

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/NearestPane/NearestPaneViewEvents.ts:26

Whether to reset the range of the map.


type

readonly type: NearestPaneSelectionType

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneViewEvents.ts:20

The type of selection.