package incr_dom
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/src/incr_dom.testing/helpers_intf.ml.html
Source file helpers_intf.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
open! Core open! Import module type S = sig type model type action type state val show_view : ?selector:string -> unit -> unit val show_model : unit -> unit val set_model : model -> unit val do_actions : action list -> unit val perform_update : unit -> unit val click_on : selector:string -> unit val input_text : selector:string -> text:string -> unit end module type Helpers = sig module type S = S val make : ('model, 'action, 'state) Driver.t -> (module S with type model = 'model and type action = 'action and type state = 'state) end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>