package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Eliom_content_core.Svg.Id end

The type of global SVG element identifier.

val new_elt_id : ?global:bool -> unit -> 'a id
val get_element' : 'a id -> Js_of_ocaml__Dom_html.element Js_of_ocaml.Js.t
val get_element : 'a id -> 'b Eliom_content_core.Svg.elt option