ToastClickEventArgs

2 Oct 20251 minute to read

Specifies the event arguments of Toast click.

Properties

cancel boolean

Defines the prevent action for Toast click event.

clickToClose boolean

Defines the close action for click or tab on the Toast.

element HTMLElement

Defines the Toast element.

name string

Specifies name of the event.

originalEvent Event

Defines the current event object.

toastObj Toast

Defines the Toast object.