package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val appendChild : ?before:'a elt -> 'b Id.id -> 'c elt -> unit
val appendChildren : ?before:'a elt -> 'b Id.id -> 'c elt list -> unit
val removeChild : 'a Id.id -> 'b elt -> unit
val replaceChild : 'a Id.id -> 'b elt -> 'c elt -> unit
val removeChildren : 'a Id.id -> unit
val replaceChildren : 'a Id.id -> 'b elt list -> unit
val addEventListener : ?capture:bool -> 'a Id.id -> Js_of_ocaml.Dom_html.event as 'c Js_of_ocaml.Js.t Js_of_ocaml.Dom_html.Event.typ -> ('a elt -> 'c Js_of_ocaml.Js.t -> bool) -> Js_of_ocaml.Dom_html.event_listener_id
OCaml

Innovation. Community. Security.