Skip to main content

Interface: GtcAirwaySelectionDialogOutput

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcAirwaySelectionDialog.tsx:40

A request result returned by GtcAirwaySelectionDialog.

Properties

airway

airway: AirwayData

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcAirwaySelectionDialog.tsx:42

The selected airway.


editSegmentIndex?

optional editSegmentIndex: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcAirwaySelectionDialog.tsx:57

The index of the airway segment selected for editing, or undefined if there is no airway selected for editing.


entry

entry: IntersectionFacility

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcAirwaySelectionDialog.tsx:45

The selected airway entry.


exit

exit: IntersectionFacility

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcAirwaySelectionDialog.tsx:48

The selected airway exit.


isEditedAirwayCollapsed?

optional isEditedAirwayCollapsed: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcAirwaySelectionDialog.tsx:63

Whether the airway segment selected for editing is currently collapsed, or undefined if there is no airway selected for editing.


segmentIndex

segmentIndex: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcAirwaySelectionDialog.tsx:51

The index of the flight plan segment containing the airway entry leg.


segmentLegIndex

segmentLegIndex: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcAirwaySelectionDialog.tsx:54

The index of the airway entry leg in its flight plan segment.