package eliom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Svg.ManipSource

include sig ... end
Sourceval get_unique_node : string -> 'a F.elt -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t
Sourceval get_unique_elt : string -> 'a F.elt -> Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t
Sourceval raw_removeChild : < removeChild : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> 'a F.elt -> unit
Sourceval raw_replaceChild : < replaceChild : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> 'a F.elt -> 'b F.elt -> unit
Sourceval raw_removeChildren : < childNodes : < get : 'a Js_of_ocaml.Dom.nodeList Js_of_ocaml.Js.t.. > Js_of_ocaml.Js.gen_prop ; removeChild : 'a Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> unit
Sourceval raw_replaceChildren : < appendChild : Js_of_ocaml.Dom.node Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth ; childNodes : < get : 'a Js_of_ocaml.Dom.nodeList Js_of_ocaml.Js.t.. > Js_of_ocaml.Js.gen_prop ; removeChild : 'a Js_of_ocaml.Js.t -> 'b Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> 'c F.elt list -> unit
Sourceval nth : 'a F.elt -> int -> 'b F.elt option
Sourceval childLength : 'a F.elt -> int
Sourceval appendChild : ?before:'a F.elt -> 'b F.elt -> 'c F.elt -> unit
Sourceval appendChildren : ?before:'a F.elt -> 'b F.elt -> 'c F.elt list -> unit
Sourceval removeChild : 'a F.elt -> 'b F.elt -> unit
Sourceval removeSelf : 'a F.elt -> unit
Sourceval insertFirstChild : 'a F.elt -> 'b F.elt -> unit
Sourceval replaceChild : 'a F.elt -> 'b F.elt -> 'c F.elt -> unit
Sourceval removeChildren : 'a F.elt -> unit
Sourceval replaceChildren : 'a F.elt -> 'b F.elt list -> unit
Sourceval filterElements : ('a -> 'b Js_of_ocaml.Js.Opt.t) -> 'a list -> 'b list
Sourceval childElements : 'a F.elt -> Js_of_ocaml__Dom.element Js_of_ocaml.Js.t list
Sourceval children : 'a F.elt -> 'b F.elt list
Sourceval parentNode : 'a F.elt -> 'b F.elt option
Sourceval nextSibling : 'a F.elt -> 'b F.elt option
Sourceval previousSibling : 'a F.elt -> 'b F.elt option
Sourceval insertBefore : before:'a F.elt -> 'b F.elt -> unit
Sourceval insertAfter : after:'a F.elt -> 'b F.elt -> unit
Sourceval replaceSelf : 'a F.elt -> 'b F.elt -> unit
Sourcemodule RawNamed : sig ... end
Sourcemodule Class : sig ... end
Sourcemodule Named = RawNamed
OCaml

Innovation. Community. Security.