ToastClickEventArgs

Interface represents the event arguments for the click event.

Properties

cancel Boolean

Gets or sets a value indicating whether we should cancel the operation or not.

clickToClose Boolean

Gets or sets a value indicating whether the toast needs to be clicked before it is closed.

element HTMLElement

Gets the HTML element of the toast.

event Event

Gets the original calling event.

name String

Gets the name of the event.