package virtual_dom

  1. Overview
  2. Docs

Module Event.DefineSource

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

Parameters

module Handler : Handler

Signature

Sourcetype t +=
  1. | C : Handler.Action.t -> t
Sourceval inject : Handler.Action.t -> t