click events handled by this Notification.
close events handled by this Notification.
error events handled by this Notification.
show events handled by this Notification.
click events to event
handlers that are not necessarily instances of Notification. [...]
const EventStreamProvider<Event>('click')
close events to event
handlers that are not necessarily instances of Notification. [...]
const EventStreamProvider<Event>('close')
error events to event
handlers that are not necessarily instances of Notification. [...]
const EventStreamProvider<Event>('error')
show events to event
handlers that are not necessarily instances of Notification. [...]
const EventStreamProvider<Event>('show')