Skip to main content

Type Alias: ApproachDialogInput

ApproachDialogInput = object

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

A request input for ApproachDialog.

Properties

disableLoad?

optional disableLoad: boolean

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

Whether to disable the Load Approach button. Defaults to false.


initialAirport?

optional initialAirport: AirportFacility

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

The airport to which to initialize the dialog.


initialApproachIndex?

optional initialApproachIndex: number

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

The index of the approach to which to initialize the dialog.


isLoadedApproachActive?

optional isLoadedApproachActive: boolean

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

Whether the currently loaded approach is active. Ignored if loadedApproachData is undefined. Defaults to false.


loadedApproachData?

optional loadedApproachData: Readonly<G3XFmsFplLoadedApproachData>

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

Data describing the currently loaded approach.