package incr_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

incr_dom-v0.16.0.tar.gz
sha256=199e5d3ab8299832e3c2c3a08db86a0e5859420e88a867f4da331b91d2078c1b

doc/incr_dom.testing/Incr_dom_testing/Driver/index.html

Module Incr_dom_testing.DriverSource

Sourcetype ('model, 'action, 'state) t
Sourceval create : initial_model:'model -> sexp_of_model:('model -> Core.Sexp.t) -> initial_state:'state -> (module Incr_dom.App_intf.S with type Action.t = 'action and type Model.t = 'model and type State.t = 'state) -> ('model, 'action, 'state) t
Sourceval model_var : ('model, _, _) t -> 'model Incr_dom.Incr.Var.t
Sourceval view_incr : (_, _, _) t -> Incr_dom.Vdom.Node.t Incr_dom.Incr.t
Sourceval action_queue : (_, 'action, _) t -> 'action Core.Queue.t
Sourceval perform_update : (_, _, _) t -> unit
Sourceval sexp_of_model : ('model, _, _) t -> 'model -> Core.Sexp.t
Sourceval set_time : (_, _, _) t -> Core.Time_ns.t -> unit
OCaml

Innovation. Community. Security.