Skip to main content

Interface: GtcAirwaySelectionDialogOutput

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

A request result returned by GtcAirwaySelectionDialog.

Properties

airway

airway: AirwayObject

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

The selected airway.


editSegmentIndex?

optional editSegmentIndex: number

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

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:44

The selected airway entry.


exit

exit: IntersectionFacility

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

The selected airway exit.


isEditedAirwayCollapsed?

optional isEditedAirwayCollapsed: boolean

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

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:50

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:53

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