Class type Js_of_ocaml__Dom_html.headingElement
inherit Js_of_ocaml.Dom.elementinherit nodeSelector
method id : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod title : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod lang : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod dir : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod className : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod classList : tokenList Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod closest : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> element Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.methmethod style : cssStyleDeclaration Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod innerHTML : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod outerHTML : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod textContent : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.propmethod clientLeft : int Js_of_ocaml.Js.readonly_propmethod clientTop : int Js_of_ocaml.Js.readonly_propmethod clientWidth : int Js_of_ocaml.Js.readonly_propmethod clientHeight : int Js_of_ocaml.Js.readonly_propmethod offsetLeft : int Js_of_ocaml.Js.readonly_propmethod offsetTop : int Js_of_ocaml.Js.readonly_propmethod offsetParent : element Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.readonly_propmethod offsetWidth : int Js_of_ocaml.Js.readonly_propmethod offsetHeight : int Js_of_ocaml.Js.readonly_propmethod scrollLeft : int Js_of_ocaml.Js.propmethod scrollTop : int Js_of_ocaml.Js.propmethod scrollWidth : int Js_of_ocaml.Js.propmethod scrollHeight : int Js_of_ocaml.Js.propmethod getClientRects : clientRectList Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod getBoundingClientRect : clientRect Js_of_ocaml.Js.t Js_of_ocaml.Js.methmethod scrollIntoView : bool Js_of_ocaml.Js.t -> unit Js_of_ocaml.Js.methmethod click : unit Js_of_ocaml.Js.methmethod focus : unit Js_of_ocaml.Js.methmethod blur : unit Js_of_ocaml.Js.meth
inherit eventTarget