Skip to main content

Type Alias: ApproachDialogOutput

ApproachDialogOutput = object

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:63

A request result returned by ApproachDialog.

Properties

action

action: "load" | "activate" | "vtf"

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:74

The selected action.


airport

airport: AirportFacility

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:65

The parent airport of the selected VFR approach.


approachIndex

approachIndex: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:68

The index of the published approach on which the selected VFR approach is based.


approachProcedure

approachProcedure: GarminVfrApproachProcedure

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:71

The selected VFR approach procedure.