incr_dom
A library for building dynamic webapps, using Js_of_ocaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library incr_dom.testing
val 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
val model_var : ( 'model, _, _ ) t -> 'model Incr_dom.Incr.Var.t
val view_incr : ( _, _, _ ) t -> Incr_dom.Vdom.Node.t Incr_dom.Incr.t
val action_queue : ( _, 'action, _ ) t -> 'action Core.Queue.t
val perform_update : ( _, _, _ ) t -> unit
val sexp_of_model : ( 'model, _, _ ) t -> 'model -> Core.Sexp.t
val set_time : ( _, _, _ ) t -> Core.Time_ns.t -> unit