package ocsigen-toolkit

  1. Overview
  2. Docs
type state =
  1. | Pulling
  2. | Ready
  3. | Loading
  4. | Succeeded
  5. | Failed
val make : ?a:[< Html_types.div_attrib Class ] Eliom_content.Html.attrib list -> ?app_only:bool -> ?scale:float -> ?dragThreshold:float -> ?refresh_timeout:float -> ?header: (state option -> [< Html_types.div_content_fun Div ] as 'b Eliom_content.Html.elt list) Eliom_shared.Value.t -> content:'b Eliom_content.Html.elt -> (unit -> bool Lwt.t) Eliom_client_value.t -> 'b Eliom_content.Html.elt