pub static DIALOG_CLOSE_CANCELED_EVENT: Event<DialogCloseCanceledArgs>
Expand description
An attempt to close the dialog was made without setting the response.
Dialogs must only close using DIALOG.respond
.
pub static DIALOG_CLOSE_CANCELED_EVENT: Event<DialogCloseCanceledArgs>
An attempt to close the dialog was made without setting the response.
Dialogs must only close using DIALOG.respond
.