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?
optionaldisableLoad: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?
optionalinitialAirport: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?
optionalinitialApproachIndex: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?
optionalisLoadedApproachActive: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?
optionalloadedApproachData:Readonly<G3XFmsFplLoadedApproachData>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Views/ApproachDialog/ApproachDialog.tsx:48
Data describing the currently loaded approach.