package brr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Notification events.

Notification event object

type t

The type for NotificationEvent objects.

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

as_extendable e is e as an extendable event.

val notification : t -> notification

notification e is the notification of e.

val action : t -> Jstr.t

action e is the notification action clicked.

Notification events

val notificationclick : t Brr.Ev.type'

notificationclick is the notificationclick event.

val notificationclose : t Brr.Ev.type'

notificationclick is the notificationclose event.