package virtual_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=7f1fa83287458114c5b0cab8aae00d69972d15e1d20a446ce13f246aacef3216

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

Module Ui_effect.ExpertSource

Sourceval 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.

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

Innovation. Community. Security.