Type Alias: UiDialogResultSubmitted<T>
UiDialogResultSubmitted<
T
> =object
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiDialogView.tsx:25
A result of a successful request from a UiDialogView.
Type Parameters
Type Parameter |
---|
T |
Properties
payload
payload:
T
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiDialogView.tsx:30
This result's data payload.
wasCancelled
wasCancelled:
false
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiDialogView.tsx:27
Indicates that the dialog was not cancelled.