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