Interface: GtcDialogView<Input, Output>
A dialog view which accepts requests for values.
Type parameters
Name |
---|
Input |
Output |
Implemented by
AbstractGtcNumberDialog
GtcAirwaySelectionDialog
GtcDuplicateWaypointDialog
GtcFindWaypointDialog
GtcFrequencyDialog
GtcHoldPage
GtcKeyboardDialog
GtcLatLonDialog
GtcListDialog
GtcLoadFrequencyDialog
GtcMessageDialog
GtcMinimumsSourceDialog
GtcSpeedConstraintDialog
GtcTransponderDialog
GtcUserWaypointDialog
GtcVnavAltitudeDialog
GtcWaypointDialog
Methods
request
▸ request(input
): Promise
<GtcDialogResult
<Output
>>
Requests a value from this dialog.
Parameters
Name | Type | Description |
---|---|---|
input | Input | Input parameters defining the request. |
Returns
Promise
<GtcDialogResult
<Output
>>
A Promise which is fulfilled with the result of the request. The result will indicate whether the request was cancelled, and if the request was not cancelled, it will also contain the requested value.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Dialog/GtcDialogView.tsx:11