package virtual_dom

  1. Overview
  2. Docs
OCaml bindings for the virtual-dom library

Install

Dune Dependency

Authors

Maintainers

Sources

virtual_dom-v0.15.0.tar.gz
sha256=c32029907c0667369a500091533e2121c050e2392cfae7f07f2289e87c797390

doc/virtual_dom.ui_effect/Ui_effect/Expert/index.html

Module Ui_effect.Expert

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
OCaml

Innovation. Community. Security.