package bonsai

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

bonsai-v0.13.0.tar.gz
sha256=5a492e4189037202ea780d228b2fd29da177da5c98dc2685f83968fc9f589d97
md5=36feac848fcb4118929df74939d1d111

doc/bonsai.web/Bonsai_web/Bonsai/Expert/Snapshot/index.html

Module Expert.Snapshot

type ('model, 'action, 'result) t = ('model, 'action, 'result) Bonsai.Make(Incr_dom.Incr)(Virtual_dom.Vdom.Event).Expert.Snapshot.t
val apply_action : ('model, 'action, 'a) t -> schedule_event:(Virtual_dom.Vdom.Event.t -> unit) -> 'action -> 'model
val result : ('a, 'b, 'result) t -> 'result
val create : apply_action: (schedule_event:(Virtual_dom.Vdom.Event.t -> unit) -> 'action -> 'model) -> result:'result -> ('model, 'action, 'result) t
OCaml

Innovation. Community. Security.