Type Alias: GtcDialogResult<T>
GtcDialogResult<
T> =GtcDialogResultCancelled|GtcDialogResultSubmitted<T>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDialogView.tsx:29
The result of opening a dialog, depending on whether it was cancelled or submitted
Type Parameters
| Type Parameter |
|---|
T |