Type Alias: GtcDialogResultSubmitted<T>
GtcDialogResultSubmitted<
T
> =object
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDialogView.tsx:21
The result of a submitted dialog containing a data payload
Type Parameters
Type Parameter |
---|
T |
Properties
payload
payload:
T
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDialogView.tsx:25
The data payload to return to the dialog opener
wasCancelled
wasCancelled:
false
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDialogView.tsx:23
Indicates that the dialog was not cancelled