ToastBeforeOpenArgs
Interface represents the event arguments for the beforeOpen
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
element HTMLElement
Gets the HTML element of the toast.
name String
Gets the name of the event.
options ToastModel
Gets the current model properties for the toast.