Dom_html.paragraphElementinherit Js_of_ocaml__.Dom.elementinherit nodeSelectormethod 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 shadowRoot : shadowRoot Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.readonly_propmethod assignedSlot : element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.readonly_propmethod attachShadow : shadowRootInit Js_of_ocaml__.Js.t ->
shadowRoot Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod style : cssStyleDeclaration Js_of_ocaml__.Js.t Js_of_ocaml__.Js.propmethod dataset : domStringMap Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propSetter only: reading hidden in some browsers can return the string "until-found" rather than a boolean, so the getter is not exposed.
method offsetParent : element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.readonly_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_options : scrollIntoViewOptions Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod scrollTo_options : scrollToOptions Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod scrollBy_options : scrollToOptions Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod focus_options : focusOptions Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod animate : 'a 'b. 'a ->
'b ->
animation Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod animate_keyframes : 'a. 'a ->
animation Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methanimate(keyframes) — no options/duration.
method animate_duration : 'a. 'a ->
Js_of_ocaml__.Js.number_t ->
animation Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methanimate(keyframes, duration) — duration in milliseconds.
method animate_options : 'a. 'a ->
keyframeAnimationOptions Js_of_ocaml__.Js.t ->
animation Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methanimate(keyframes, options) with a typed options dictionary.
method getAnimations : animation Js_of_ocaml__.Js.t Js_of_ocaml__.Js.js_array
Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.methmethod showPopover_options : showPopover_options Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod togglePopover_force : bool Js_of_ocaml__.Js.t ->
bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methtogglePopover(force) — force=true forces the popover open, false forces it closed; the no-arg form toggles. Returns the new open state.
method togglePopover_options : togglePopover_options Js_of_ocaml__.Js.t ->
bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methinherit eventTarget