= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package js_of_ocaml
-
js_of_ocaml
-
-
js_of_ocaml.deriving
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Specification of Node
objects.
method nodeType : nodeType Js_of_ocaml__.Js.readonly_prop
method parentNode : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.prop
method firstChild : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.prop
method lastChild : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.prop
method previousSibling : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.prop
method nextSibling : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.prop
method cloneNode : bool Js_of_ocaml__.Js.t ->
node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth
method compareDocumentPosition : node Js_of_ocaml__.Js.t ->
DocumentPosition.t Js_of_ocaml__.Js.meth