= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && 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