package ezjs_odometer

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class type configuration = object ... end
class type odometer = object ... end
type configuraton = {
  1. auto : bool option;
  2. element : Js_of_ocaml.Dom_html.divElement Js_of_ocaml.Js.t;
  3. value : int;
  4. format : string option;
  5. theme : string option;
  6. animation : string option;
}
val from_config : configuraton -> unit
val odometer_with_config : configuraton -> odometer Js_of_ocaml.Js.t
val update : < update : 't18 -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> 't180 -> 'res0