incr_dom
A library for building dynamic webapps, using Js_of_ocaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package incr_dom
-
incr_dom.javascript_profiling
-
incr_dom.testing
-
incr_dom.vdom_file_download
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type ('state, 'model, 'action) snapshot = {
view : Virtual_dom.Vdom.Node.t; |
apply_action : 'state ->
schedule_event:( unit Ui_effect.t -> unit ) ->
'model ->
'action ->
'model; |
update_visibility : 'model ->
schedule_event:( unit Ui_effect.t -> unit ) ->
'model; |
on_display : 'state -> schedule_event:( unit Ui_effect.t -> unit ) -> unit; |
}
module type S_for_bonsai = sig ... end
ON THIS PAGE
No table of contents