package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition : Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method externalResourcesRequired : animatedBoolean Js.t Js.readonly_prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method getAttribute : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNode : Js.js_string Js.t -> Dom.attr Js.t Js.opt Js.meth
method getAttributeNodeNS : Js.js_string Js.t -> Js.js_string Js.t -> Dom.attr Js.t Js.opt Js.meth
method getCharNumAtPosition : point -> int Js.meth
method getComputedTextLength : float Js.meth
method getElementsByTagName : Js.js_string Js.t -> Dom.element Dom.nodeList Js.t Js.meth
method getEndPositionOfChar : int -> point Js.t Js.meth
method getExtentOfChar : int -> rect Js.t Js.meth
method getNumberOfChars : int Js.meth
method getRotationOfChar : int -> float Js.meth
method getStartPositionOfChar : int -> point Js.t Js.meth
method getSubStringLength : int -> int -> float Js.meth
method hasAttribute : Js.js_string Js.t -> bool Js.t Js.meth
method hasAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t Js.meth
method hasChildNodes : bool Js.t Js.meth
method hasExtension : Js.js_string Js.t -> bool Js.t Js.meth
method insertBefore : Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lastChild : Dom.node Js.t Js.opt Js.prop
method lookupNamespaceURI : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method lookupPrefix : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeType : Dom.nodeType Js.readonly_prop
method onclick : (< appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth ; attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop ; childNodes : Dom.node Dom.nodeList Js.t Js.prop ; className : animatedString Js.t Js.readonly_prop ; cloneNode : bool Js.t -> Dom.node Js.t Js.meth ; compareDocumentPosition : Dom.node Js.t -> Dom.DocumentPosition.t Js.meth ; dx : animatedLengthList Js.t Js.readonly_prop ; dy : animatedLengthList Js.t Js.readonly_prop ; externalResourcesRequired : animatedBoolean Js.t Js.readonly_prop ; firstChild : Dom.node Js.t Js.opt Js.prop ; getAttribute : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth ; getAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth ; getAttributeNode : Js.js_string Js.t -> Dom.attr Js.t Js.opt Js.meth ; getAttributeNodeNS : Js.js_string Js.t -> Js.js_string Js.t -> Dom.attr Js.t Js.opt Js.meth ; getCharNumAtPosition : point -> int Js.meth ; getComputedTextLength : float Js.meth ; getElementsByTagName : Js.js_string Js.t -> Dom.element Dom.nodeList Js.t Js.meth ; getEndPositionOfChar : int -> point Js.t Js.meth ; getExtentOfChar : int -> rect Js.t Js.meth ; getNumberOfChars : int Js.meth ; getRotationOfChar : int -> float Js.meth ; getStartPositionOfChar : int -> point Js.t Js.meth ; getSubStringLength : int -> int -> float Js.meth ; hasAttribute : Js.js_string Js.t -> bool Js.t Js.meth ; hasAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t Js.meth ; hasChildNodes : bool Js.t Js.meth ; hasExtension : Js.js_string Js.t -> bool Js.t Js.meth ; href : animatedString Js.t Js.readonly_prop ; id : Js.js_string Js.t Js.prop ; insertBefore : Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth ; lastChild : Dom.node Js.t Js.opt Js.prop ; lengthAdjust : lengthAdjust animated Js.t Js.readonly_prop ; lookupNamespaceURI : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth ; lookupPrefix : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth ; namespaceURI : Js.js_string Js.t Js.opt Js.prop ; nextSibling : Dom.node Js.t Js.opt Js.prop ; nodeName : Js.js_string Js.t Js.readonly_prop ; nodeType : Dom.nodeType Js.readonly_prop ; nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop ; onclick : ('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; ondblclick : ('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; ondrag : ('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; ondragend : ('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; ondragenter : ('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; ondragleave : ('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; ondragover : ('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; ondragstart : ('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; ondrop : ('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; onkeydown : ('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; onkeypress : ('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; onkeyup : ('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; onmousedown : ('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; onmousemove : ('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; onmouseout : ('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; onmouseover : ('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; onmouseup : ('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener Js.writeonly_prop ; onscroll : ('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.writeonly_prop ; ownerSVGElement : svgElement Js.t Js.readonly_prop ; parentNode : Dom.node Js.t Js.opt Js.prop ; previousSibling : Dom.node Js.t Js.opt Js.prop ; removeAttribute : Js.js_string Js.t -> unit Js.meth ; removeAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth ; removeAttributeNode : Dom.attr Js.t -> Dom.attr Js.t Js.meth ; removeChild : Dom.node Js.t -> Dom.node Js.t Js.meth ; replaceChild : Dom.node Js.t -> Dom.node Js.t -> Dom.node Js.t Js.meth ; requiredExtensions : stringList Js.t Js.readonly_prop ; requiredFeatures : stringList Js.t Js.readonly_prop ; rotate : animatedNumberList Js.t Js.readonly_prop ; selectSubString : int -> int -> unit Js.meth ; setAttribute : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth ; setAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth ; setAttributeNode : Dom.attr Js.t -> Dom.attr Js.t Js.opt Js.meth ; setAttributeNodeNS : Dom.attr Js.t -> Dom.attr Js.t Js.opt Js.meth ; style : Dom_html.cssStyleDeclaration Js.t Js.readonly_prop ; systemLanguage : stringList Js.t Js.readonly_prop ; tagName : Js.js_string Js.t Js.readonly_prop ; textLength : animatedLength Js.t Js.readonly_prop ; viewportElement : element Js.t Js.readonly_prop ; x : animatedLengthList Js.t Js.readonly_prop ; xmlbase : Js.js_string Js.t Js.prop ; xmllang : Js.js_string Js.t Js.prop ; xmlspace : Js.js_string Js.t Js.prop ; y : animatedLengthList Js.t Js.readonly_prop.. > as 'a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener Js.writeonly_prop
method ownerSVGElement : svgElement Js.t Js.readonly_prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method removeAttribute : Js.js_string Js.t -> unit Js.meth
method removeAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method removeAttributeNode : Dom.attr Js.t -> Dom.attr Js.t Js.meth
method removeChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method replaceChild : Dom.node Js.t -> Dom.node Js.t -> Dom.node Js.t Js.meth
method requiredExtensions : stringList Js.t Js.readonly_prop
method requiredFeatures : stringList Js.t Js.readonly_prop
method selectSubString : int -> int -> unit Js.meth
method setAttribute : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method setAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method setAttributeNode : Dom.attr Js.t -> Dom.attr Js.t Js.opt Js.meth
method setAttributeNodeNS : Dom.attr Js.t -> Dom.attr Js.t Js.opt Js.meth
method systemLanguage : stringList Js.t Js.readonly_prop
method viewportElement : element Js.t Js.readonly_prop
method xmlbase : Js.js_string Js.t Js.prop
method xmllang : Js.js_string Js.t Js.prop
method xmlspace : Js.js_string Js.t Js.prop