The event type used for creating virtual-dom callbacks.
The various kinds of handlers are registered by users of virtual dom, and allow them to pick up events that are scheduled by other users, without these use-cases interfering with each other.
module type Handler : sig ... end
module type Visibility_handler : sig ... end
module type S : sig ... end
module type Event : sig ... end