Interface: UiDialogView<Input, Output>
A dialog view which accepts requests for values.
Type parameters
Name |
---|
Input |
Output |
Implemented by
AbstractUiNumberDialog
ApproachDialog
DataBarFieldSelectDialog
DuplicateWaypointDialog
MfdFplPageDataFieldSelectDialog
MfdPageSelectDialog
SelectRadioDialog
UiListDialog
UiMessageDialog
WaypointDialog
Methods
request
▸ request(input
): Promise
<UiDialogResult
<Output
>>
Requests a value from this dialog.
Parameters
Name | Type | Description |
---|---|---|
input | Input | Input parameters defining the request. |
Returns
Promise
<UiDialogResult
<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
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiDialogView.tsx:11