package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val handle : unit t -> unit

handle t looks up the Handler.handle function in the table of Defined functions, unwraps the Event.t back into its underlying Action.t, and applies the two. This is only intended for internal use by this library, specifically by the attribute code.

type hide =
  1. | T : ('a t * ('a -> unit)) -> hide
val handlers : (hide -> unit) Core.Hashtbl.M(Core.Int).t
val of_fun : f:(callback:('a -> unit) -> unit) -> 'a t