Module Notification.EvSource

Notification events.

Notification event object

Sourcetype t

The type for NotificationEvent objects.

Sourceval as_extendable : t -> Brr.Ev.Extendable.t Brr.Ev.t

as_extendable e is e as an extendable event.

Sourceval notification : t -> notification

notification e is the notification of e.

Sourceval action : t -> Jstr.t

action e is the notification action clicked.

Notification events

Sourceval notificationclick : t Brr.Ev.type'

notificationclick is the notificationclick event.

Sourceval notificationclose : t Brr.Ev.type'

notificationclick is the notificationclose event.