package virtual_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

virtual_dom-v0.16.0.tar.gz
sha256=0c6f07894dce56db88d46b3aa4f2cad1a84aeaf0009560a285492f9f2959d565

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

Module Ui_effect.ExpertSource

Sourceval handle : Base.unit t -> Base.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.

Sourcetype hide =
  1. | T : ('a t * ('a -> Base.unit)) -> hide
Sourceval of_fun : f:(callback:('a -> Base.unit) -> Base.unit) -> 'a t
OCaml

Innovation. Community. Security.