package virtual_dom

  1. Overview
  2. Docs

For registering a new handler and a corresponding new constructor of the Event.t type

Parameters

module Handler : Handler

Signature

type t +=
  1. | C : Handler.Action.t -> t
val inject : Handler.Action.t -> t