sig
class type cssStyleDeclaration =
object
method background : Js.js_string Js.t Js.prop
method backgroundAttachment : Js.js_string Js.t Js.prop
method backgroundColor : Js.js_string Js.t Js.prop
method backgroundImage : Js.js_string Js.t Js.prop
method backgroundPosition : Js.js_string Js.t Js.prop
method backgroundRepeat : Js.js_string Js.t Js.prop
method border : Js.js_string Js.t Js.prop
method borderBottom : Js.js_string Js.t Js.prop
method borderBottomColor : Js.js_string Js.t Js.prop
method borderBottomStyle : Js.js_string Js.t Js.prop
method borderBottomWidth : Js.js_string Js.t Js.prop
method borderCollapse : Js.js_string Js.t Js.prop
method borderColor : Js.js_string Js.t Js.prop
method borderLeft : Js.js_string Js.t Js.prop
method borderLeftColor : Js.js_string Js.t Js.prop
method borderLeftStyle : Js.js_string Js.t Js.prop
method borderLeftWidth : Js.js_string Js.t Js.prop
method borderRadius : Js.js_string Js.t Js.prop
method borderRight : Js.js_string Js.t Js.prop
method borderRightColor : Js.js_string Js.t Js.prop
method borderRightStyle : Js.js_string Js.t Js.prop
method borderRightWidth : Js.js_string Js.t Js.prop
method borderSpacing : Js.js_string Js.t Js.prop
method borderStyle : Js.js_string Js.t Js.prop
method borderTop : Js.js_string Js.t Js.prop
method borderTopColor : Js.js_string Js.t Js.prop
method borderTopStyle : Js.js_string Js.t Js.prop
method borderTopWidth : Js.js_string Js.t Js.prop
method borderWidth : Js.js_string Js.t Js.prop
method bottom : Js.js_string Js.t Js.prop
method captionSide : Js.js_string Js.t Js.prop
method clear : Js.js_string Js.t Js.prop
method clip : Js.js_string Js.t Js.prop
method color : Js.js_string Js.t Js.prop
method content : Js.js_string Js.t Js.prop
method counterIncrement : Js.js_string Js.t Js.prop
method counterReset : Js.js_string Js.t Js.prop
method cssFloat : Js.js_string Js.t Js.prop
method cssText : Js.js_string Js.t Js.prop
method cursor : Js.js_string Js.t Js.prop
method direction : Js.js_string Js.t Js.prop
method display : Js.js_string Js.t Js.prop
method emptyCells : Js.js_string Js.t Js.prop
method fill : Js.js_string Js.t Js.prop
method font : Js.js_string Js.t Js.prop
method fontFamily : Js.js_string Js.t Js.prop
method fontSize : Js.js_string Js.t Js.prop
method fontStyle : Js.js_string Js.t Js.prop
method fontVariant : Js.js_string Js.t Js.prop
method fontWeight : Js.js_string Js.t Js.prop
method height : Js.js_string Js.t Js.prop
method left : Js.js_string Js.t Js.prop
method letterSpacing : Js.js_string Js.t Js.prop
method lineHeight : Js.js_string Js.t Js.prop
method listStyle : Js.js_string Js.t Js.prop
method listStyleImage : Js.js_string Js.t Js.prop
method listStylePosition : Js.js_string Js.t Js.prop
method listStyleType : Js.js_string Js.t Js.prop
method margin : Js.js_string Js.t Js.prop
method marginBottom : Js.js_string Js.t Js.prop
method marginLeft : Js.js_string Js.t Js.prop
method marginRight : Js.js_string Js.t Js.prop
method marginTop : Js.js_string Js.t Js.prop
method maxHeight : Js.js_string Js.t Js.prop
method maxWidth : Js.js_string Js.t Js.prop
method minHeight : Js.js_string Js.t Js.prop
method minWidth : Js.js_string Js.t Js.prop
method opacity : Js.js_string Js.t Js.optdef Js.prop
method outline : Js.js_string Js.t Js.prop
method outlineColor : Js.js_string Js.t Js.prop
method outlineOffset : Js.js_string Js.t Js.prop
method outlineStyle : Js.js_string Js.t Js.prop
method outlineWidth : Js.js_string Js.t Js.prop
method overflow : Js.js_string Js.t Js.prop
method overflowX : Js.js_string Js.t Js.prop
method overflowY : Js.js_string Js.t Js.prop
method padding : Js.js_string Js.t Js.prop
method paddingBottom : Js.js_string Js.t Js.prop
method paddingLeft : Js.js_string Js.t Js.prop
method paddingRight : Js.js_string Js.t Js.prop
method paddingTop : Js.js_string Js.t Js.prop
method pageBreakAfter : Js.js_string Js.t Js.prop
method pageBreakBefore : Js.js_string Js.t Js.prop
method pointerEvents : Js.js_string Js.t Js.prop
method position : Js.js_string Js.t Js.prop
method right : Js.js_string Js.t Js.prop
method stroke : Js.js_string Js.t Js.prop
method strokeWidth : Js.js_string Js.t Js.prop
method tableLayout : Js.js_string Js.t Js.prop
method textAlign : Js.js_string Js.t Js.prop
method textAnchor : Js.js_string Js.t Js.prop
method textDecoration : Js.js_string Js.t Js.prop
method textIndent : Js.js_string Js.t Js.prop
method textTransform : Js.js_string Js.t Js.prop
method top : Js.js_string Js.t Js.prop
method transform : Js.js_string Js.t Js.prop
method verticalAlign : Js.js_string Js.t Js.prop
method visibility : Js.js_string Js.t Js.prop
method whiteSpace : Js.js_string Js.t Js.prop
method width : Js.js_string Js.t Js.prop
method wordSpacing : Js.js_string Js.t Js.prop
method zIndex : Js.js_string Js.t Js.prop
end
type ('a, 'b) event_listener = ('a, 'b) Dom.event_listener
type mouse_button = No_button | Left_button | Middle_button | Right_button
class type event =
object
method _type : Js.js_string Js.t Js.readonly_prop
method currentTarget : element Js.t Js.opt Js.readonly_prop
method srcElement : element Js.t Js.opt Js.readonly_prop
method target : element Js.t Js.opt Js.readonly_prop
end
and mouseEvent =
object
method _type : Js.js_string Js.t Js.readonly_prop
method altKey : bool Js.t Js.readonly_prop
method button : int Js.readonly_prop
method clientX : int Js.readonly_prop
method clientY : int Js.readonly_prop
method ctrlKey : bool Js.t Js.readonly_prop
method currentTarget : element Js.t Js.opt Js.readonly_prop
method fromElement :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method metaKey : bool Js.t Js.readonly_prop
method pageX : int Js.optdef Js.readonly_prop
method pageY : int Js.optdef Js.readonly_prop
method relatedTarget :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method screenX : int Js.readonly_prop
method screenY : int Js.readonly_prop
method shiftKey : bool Js.t Js.readonly_prop
method srcElement : element Js.t Js.opt Js.readonly_prop
method target : element Js.t Js.opt Js.readonly_prop
method toElement :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method which : Dom_html.mouse_button Js.optdef Js.readonly_prop
end
and keyboardEvent =
object
method _type : Js.js_string Js.t Js.readonly_prop
method altKey : bool Js.t Js.readonly_prop
method charCode : int Js.optdef Js.readonly_prop
method code : Js.js_string Js.t Js.optdef Js.readonly_prop
method ctrlKey : bool Js.t Js.readonly_prop
method currentTarget : element Js.t Js.opt Js.readonly_prop
method key : Js.js_string Js.t Js.optdef Js.readonly_prop
method keyCode : int Js.readonly_prop
method keyIdentifier : Js.js_string Js.t Js.optdef Js.readonly_prop
method location : int Js.readonly_prop
method metaKey : bool Js.t Js.readonly_prop
method shiftKey : bool Js.t Js.readonly_prop
method srcElement : element Js.t Js.opt Js.readonly_prop
method target : element Js.t Js.opt Js.readonly_prop
method which : int Js.optdef Js.readonly_prop
end
and mousewheelEvent =
object
method _type : Js.js_string Js.t Js.readonly_prop
method altKey : bool Js.t Js.readonly_prop
method button : int Js.readonly_prop
method clientX : int Js.readonly_prop
method clientY : int Js.readonly_prop
method ctrlKey : bool Js.t Js.readonly_prop
method currentTarget : element Js.t Js.opt Js.readonly_prop
method fromElement :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method metaKey : bool Js.t Js.readonly_prop
method pageX : int Js.optdef Js.readonly_prop
method pageY : int Js.optdef Js.readonly_prop
method relatedTarget :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method screenX : int Js.readonly_prop
method screenY : int Js.readonly_prop
method shiftKey : bool Js.t Js.readonly_prop
method srcElement : element Js.t Js.opt Js.readonly_prop
method target : element Js.t Js.opt Js.readonly_prop
method toElement :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method wheelDelta : int Js.readonly_prop
method wheelDeltaX : int Js.optdef Js.readonly_prop
method wheelDeltaY : int Js.optdef Js.readonly_prop
method which : Dom_html.mouse_button Js.optdef Js.readonly_prop
end
and mouseScrollEvent =
object
method _HORIZONTAL_AXIS : int Js.optdef Js.readonly_prop
method _VERTICAL_AXIS : int Js.optdef Js.readonly_prop
method _type : Js.js_string Js.t Js.readonly_prop
method altKey : bool Js.t Js.readonly_prop
method axis : int Js.optdef Js.readonly_prop
method button : int Js.readonly_prop
method clientX : int Js.readonly_prop
method clientY : int Js.readonly_prop
method ctrlKey : bool Js.t Js.readonly_prop
method currentTarget : element Js.t Js.opt Js.readonly_prop
method detail : int Js.readonly_prop
method fromElement :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method metaKey : bool Js.t Js.readonly_prop
method pageX : int Js.optdef Js.readonly_prop
method pageY : int Js.optdef Js.readonly_prop
method relatedTarget :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method screenX : int Js.readonly_prop
method screenY : int Js.readonly_prop
method shiftKey : bool Js.t Js.readonly_prop
method srcElement : element Js.t Js.opt Js.readonly_prop
method target : element Js.t Js.opt Js.readonly_prop
method toElement :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method which : Dom_html.mouse_button Js.optdef Js.readonly_prop
end
and touchEvent =
object
method _type : Js.js_string Js.t Js.readonly_prop
method altKey : bool Js.t Js.readonly_prop
method changedTouches : Dom_html.touchList Js.t Js.readonly_prop
method ctrlKey : bool Js.t Js.readonly_prop
method currentTarget : element Js.t Js.opt Js.readonly_prop
method metaKey : bool Js.t Js.readonly_prop
method relatedTarget :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method shiftKey : bool Js.t Js.readonly_prop
method srcElement : element Js.t Js.opt Js.readonly_prop
method target : element Js.t Js.opt Js.readonly_prop
method targetTouches : Dom_html.touchList Js.t Js.readonly_prop
method touches : Dom_html.touchList Js.t Js.readonly_prop
end
and touchList =
object
method item : int -> Dom_html.touch Js.t Js.optdef Js.meth
method length : int Js.readonly_prop
end
and touch =
object
method clientX : int Js.readonly_prop
method clientY : int Js.readonly_prop
method identifier : int Js.readonly_prop
method pageX : int Js.readonly_prop
method pageY : int Js.readonly_prop
method screenX : int Js.readonly_prop
method screenY : int Js.readonly_prop
method target : Dom_html.element Js.t Js.optdef Js.readonly_prop
end
and dragEvent =
object
method _type : Js.js_string Js.t Js.readonly_prop
method altKey : bool Js.t Js.readonly_prop
method button : int Js.readonly_prop
method clientX : int Js.readonly_prop
method clientY : int Js.readonly_prop
method ctrlKey : bool Js.t Js.readonly_prop
method currentTarget : element Js.t Js.opt Js.readonly_prop
method dataTransfer : Dom_html.dataTransfer Js.t Js.readonly_prop
method fromElement :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method metaKey : bool Js.t Js.readonly_prop
method pageX : int Js.optdef Js.readonly_prop
method pageY : int Js.optdef Js.readonly_prop
method relatedTarget :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method screenX : int Js.readonly_prop
method screenY : int Js.readonly_prop
method shiftKey : bool Js.t Js.readonly_prop
method srcElement : element Js.t Js.opt Js.readonly_prop
method target : element Js.t Js.opt Js.readonly_prop
method toElement :
Dom_html.element Js.t Js.opt Js.optdef Js.readonly_prop
method which : Dom_html.mouse_button Js.optdef Js.readonly_prop
end
and dataTransfer =
object
method addElement : Dom_html.element Js.t -> unit Js.meth
method clearData : Js.js_string Js.t -> unit Js.meth
method clearData_all : unit Js.meth
method dropEffect : Js.js_string Js.t Js.prop
method effectAllowed : Js.js_string Js.t Js.prop
method files : File.fileList Js.t Js.readonly_prop
method getData : Js.js_string Js.t -> Js.js_string Js.t Js.meth
method setData : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method setDragImage :
Dom_html.element Js.t -> int -> int -> unit Js.meth
method types : Dom.stringList Js.t Js.readonly_prop
end
and eventTarget =
object ('a)
method onclick :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondblclick :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondrag :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragend :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragenter :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragleave :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragover :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragstart :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondrop :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeydown :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeypress :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeyup :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmousedown :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmousemove :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseout :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseover :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseup :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onscroll :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.writeonly_prop
end
and popStateEvent =
object
method _type : Js.js_string Js.t Js.readonly_prop
method currentTarget : element Js.t Js.opt Js.readonly_prop
method srcElement : element Js.t Js.opt Js.readonly_prop
method state : Js.Unsafe.any Js.readonly_prop
method target : element Js.t Js.opt Js.readonly_prop
end
and storageEvent =
object
method _type : Js.js_string Js.t Js.readonly_prop
method currentTarget : element Js.t Js.opt Js.readonly_prop
method key : Js.js_string Js.t Js.readonly_prop
method keynewValue : Js.js_string Js.t Js.opt Js.readonly_prop
method oldValue : Js.js_string Js.t Js.opt Js.readonly_prop
method srcElement : element Js.t Js.opt Js.readonly_prop
method storageArea : Dom_html.storage Js.t Js.opt Js.readonly_prop
method target : element Js.t Js.opt Js.readonly_prop
method url : Js.js_string Js.t Js.readonly_prop
end
and storage =
object
method clear : unit Js.meth
method getItem : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method key : int -> Js.js_string Js.t Js.opt Js.meth
method length : int Js.readonly_prop
method removeItem : Js.js_string Js.t -> unit Js.meth
method setItem : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
end
and hashChangeEvent =
object
method _type : Js.js_string Js.t Js.readonly_prop
method currentTarget : element Js.t Js.opt Js.readonly_prop
method newURL : Js.js_string Js.t Js.readonly_prop
method oldURL : Js.js_string Js.t Js.readonly_prop
method srcElement : element Js.t Js.opt Js.readonly_prop
method target : element Js.t Js.opt Js.readonly_prop
end
and nodeSelector =
object
method querySelector :
Js.js_string Js.t -> Dom_html.element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> Dom_html.element Dom.nodeList Js.t Js.meth
end
and tokenList =
object
method add : Js.js_string Js.t -> unit Js.meth
method contains : Js.js_string Js.t -> bool Js.t Js.meth
method item : int -> Js.js_string Js.t Js.optdef Js.meth
method length : int Js.readonly_prop
method remove : Js.js_string Js.t -> unit Js.meth
method stringifier : Js.js_string Js.t Js.prop
method toggle : Js.js_string Js.t -> bool Js.t Js.meth
end
and element =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : Dom_html.tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : Dom_html.clientRect Js.t Js.meth
method getClientRects : Dom_html.clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : Dom_html.element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, Dom_html.mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, Dom_html.mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, Dom_html.dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, Dom_html.dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, Dom_html.dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, Dom_html.dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, Dom_html.dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, Dom_html.dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, Dom_html.dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, Dom_html.keyboardEvent Js.t) event_listener
Js.writeonly_prop
method onkeypress :
('a Js.t, Dom_html.keyboardEvent Js.t) event_listener
Js.writeonly_prop
method onkeyup :
('a Js.t, Dom_html.keyboardEvent Js.t) event_listener
Js.writeonly_prop
method onmousedown :
('a Js.t, Dom_html.mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, Dom_html.mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, Dom_html.mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, Dom_html.mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, Dom_html.mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, Dom_html.event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector :
Js.js_string Js.t -> Dom_html.element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> Dom_html.element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : Dom_html.cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
and clientRect =
object
method bottom : float Js.readonly_prop
method height : float Js.optdef Js.readonly_prop
method left : float Js.readonly_prop
method right : float Js.readonly_prop
method top : float Js.readonly_prop
method width : float Js.optdef Js.readonly_prop
end
and clientRectList =
object
method item : int -> Dom_html.clientRect Js.t Js.opt Js.meth
method length : int Js.readonly_prop
end
class type ['node] collection =
object
method item : int -> 'node Js.t Js.opt Js.meth
method length : int Js.readonly_prop
method namedItem : Js.js_string Js.t -> 'node Js.t Js.opt Js.meth
end
class type htmlElement = element
class type headElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method profile : Js.js_string Js.t Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type linkElement =
object ('a)
method _type : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method charset : Js.js_string Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method crossorigin : Js.js_string Js.t Js.prop
method dir : Js.js_string Js.t Js.prop
method disabled : bool Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 href : Js.js_string Js.t Js.prop
method hreflang : Js.js_string Js.t Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 media : Js.js_string Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method rel : Js.js_string Js.t 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 rev : Js.js_string Js.t Js.prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method target : Js.js_string Js.t Js.prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type titleElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method text : Js.js_string Js.t Js.prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type metaElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method content : Js.js_string Js.t Js.prop
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 httpEquiv : Js.js_string Js.t Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 name : Js.js_string Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scheme : Js.js_string Js.t Js.prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type baseElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 href : Js.js_string Js.t Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method target : Js.js_string Js.t Js.prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type styleElement =
object ('a)
method _type : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.prop
method disabled : bool Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 media : Js.js_string Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type bodyElement = element
class type formElement =
object ('a)
method _method : Js.js_string Js.t Js.prop
method acceptCharset : Js.js_string Js.t Js.prop
method action : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.prop
method elements :
Dom_html.element Dom_html.collection Js.t Js.readonly_prop
method enctype : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
method lastChild : Dom.node Js.t Js.opt Js.prop
method length : int Js.readonly_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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method onsubmit :
('self Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 reset : unit Js.meth
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method submit : unit Js.meth
method tagName : Js.js_string Js.t Js.readonly_prop
method target : Js.js_string Js.t Js.prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type optGroupElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.prop
method disabled : bool Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method label : Js.js_string Js.t Js.prop
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type optionElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method defaultSelected : bool Js.t Js.prop
method dir : Js.js_string Js.t Js.prop
method disabled : bool Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method form : Dom_html.formElement Js.t Js.opt Js.readonly_prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method index : int Js.readonly_prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method label : Js.js_string Js.t Js.prop
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
method selected : bool Js.t Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method text : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method value : Js.js_string Js.t Js.prop
end
class type selectElement =
object ('a)
method _type : Js.js_string Js.t Js.readonly_prop
method add :
#Dom_html.optGroupElement Js.t ->
#Dom_html.optGroupElement Js.t Js.opt -> unit Js.meth
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method blur : unit Js.meth
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : Dom_html.tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.prop
method disabled : bool Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method focus : unit Js.meth
method form : Dom_html.formElement Js.t Js.opt Js.readonly_prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : Dom_html.clientRect Js.t Js.meth
method getClientRects : Dom_html.clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
method lastChild : Dom.node Js.t Js.opt Js.prop
method length : int 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 multiple : bool Js.t Js.prop
method name : Js.js_string Js.t Js.readonly_prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : Dom_html.element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onchange :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onclick :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondblclick :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondrag :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragend :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragenter :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragleave :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragover :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragstart :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondrop :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method oninput :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onkeydown :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeypress :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeyup :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmousedown :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmousemove :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseout :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseover :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseup :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onscroll :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.writeonly_prop
method options :
Dom_html.optionElement Dom_html.collection Js.t Js.readonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector :
Js.js_string Js.t -> Dom_html.element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> Dom_html.element Dom.nodeList Js.t Js.meth
method remove : int -> unit Js.meth
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 required : bool Js.t Js.writeonly_prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
method selectedIndex : int Js.prop
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 size : int Js.prop
method style : Dom_html.cssStyleDeclaration Js.t Js.prop
method tabIndex : int Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method value : Js.js_string Js.t Js.prop
end
class type inputElement =
object ('a)
method _type : Js.js_string Js.t Js.readonly_prop
method accept : Js.js_string Js.t Js.prop
method accessKey : Js.js_string Js.t Js.prop
method align : Js.js_string Js.t Js.prop
method alt : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method blur : unit Js.meth
method checked : bool Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : Dom_html.tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method defaultChecked : Js.js_string Js.t Js.prop
method defaultValue : Js.js_string Js.t Js.prop
method dir : Js.js_string Js.t Js.prop
method disabled : bool Js.t Js.prop
method files : File.fileList Js.t Js.optdef Js.readonly_prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method focus : unit Js.meth
method form : Dom_html.formElement Js.t Js.opt Js.readonly_prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : Dom_html.clientRect Js.t Js.meth
method getClientRects : Dom_html.clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 maxLength : int Js.prop
method name : Js.js_string Js.t Js.readonly_prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : Dom_html.element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onblur :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onchange :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onclick :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondblclick :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondrag :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragend :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragenter :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragleave :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragover :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragstart :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondrop :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onfocus :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method oninput :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onkeydown :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeypress :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeyup :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmousedown :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmousemove :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseout :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseover :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseup :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onscroll :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.writeonly_prop
method onselect :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method placeholder : Js.js_string Js.t Js.writeonly_prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector :
Js.js_string Js.t -> Dom_html.element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> Dom_html.element Dom.nodeList Js.t Js.meth
method readOnly : bool Js.t 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 required : bool Js.t Js.writeonly_prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
method select : unit Js.meth
method selectionDirection : Js.js_string Js.t Js.prop
method selectionEnd : int Js.prop
method selectionStart : int Js.prop
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 size : int Js.prop
method src : Js.js_string Js.t Js.prop
method style : Dom_html.cssStyleDeclaration Js.t Js.prop
method tabIndex : int Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method useMap : Js.js_string Js.t Js.prop
method value : Js.js_string Js.t Js.prop
end
class type textAreaElement =
object ('a)
method _type : Js.js_string Js.t Js.readonly_prop
method accessKey : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method blur : unit Js.meth
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : Dom_html.tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method cols : int Js.prop
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method defaultValue : Js.js_string Js.t Js.prop
method dir : Js.js_string Js.t Js.prop
method disabled : bool Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method focus : unit Js.meth
method form : Dom_html.formElement Js.t Js.opt Js.readonly_prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : Dom_html.clientRect Js.t Js.meth
method getClientRects : Dom_html.clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 name : Js.js_string Js.t Js.readonly_prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : Dom_html.element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onblur :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onchange :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onclick :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondblclick :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondrag :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragend :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragenter :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragleave :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragover :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragstart :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondrop :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onfocus :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method oninput :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onkeydown :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeypress :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeyup :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmousedown :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmousemove :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseout :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseover :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseup :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onscroll :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.writeonly_prop
method onselect :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method placeholder : Js.js_string Js.t Js.writeonly_prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector :
Js.js_string Js.t -> Dom_html.element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> Dom_html.element Dom.nodeList Js.t Js.meth
method readOnly : bool Js.t 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 required : bool Js.t Js.writeonly_prop
method rows : int Js.prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
method select : unit Js.meth
method selectionDirection : Js.js_string Js.t Js.prop
method selectionEnd : int Js.prop
method selectionStart : int Js.prop
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 style : Dom_html.cssStyleDeclaration Js.t Js.prop
method tabIndex : int Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method value : Js.js_string Js.t Js.prop
end
class type buttonElement =
object ('a)
method _type : Js.js_string Js.t Js.readonly_prop
method accessKey : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.prop
method disabled : bool Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method form : Dom_html.formElement Js.t Js.opt Js.readonly_prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 name : Js.js_string Js.t Js.readonly_prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tabIndex : int Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method value : Js.js_string Js.t Js.prop
end
class type labelElement =
object ('a)
method accessKey : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method form : Dom_html.formElement Js.t Js.opt Js.readonly_prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 htmlFor : Js.js_string Js.t Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type fieldSetElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method form : Dom_html.formElement Js.t Js.opt Js.readonly_prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type legendElement =
object ('a)
method accessKey : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method form : Dom_html.formElement Js.t Js.opt Js.readonly_prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type uListElement = element
class type oListElement = element
class type dListElement = element
class type liElement = element
class type divElement = element
class type paragraphElement = element
class type headingElement = element
class type quoteElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method cite : Js.js_string Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type preElement = element
class type brElement = element
class type hrElement = element
class type modElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method cite : Js.js_string Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dateTime : Js.js_string Js.t Js.prop
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type anchorElement =
object ('a)
method _type : Js.js_string Js.t Js.prop
method accessKey : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method blur : unit Js.meth
method charset : Js.js_string Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method coords : Js.js_string Js.t Js.prop
method dir : Js.js_string Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method focus : unit Js.meth
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 href : Js.js_string Js.t Js.prop
method hreflang : Js.js_string Js.t Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 name : Js.js_string Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method rel : Js.js_string Js.t 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 rev : Js.js_string Js.t Js.prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 shape : Js.js_string Js.t Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tabIndex : int Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method target : Js.js_string Js.t Js.prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type imageElement =
object ('a)
method alt : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : Dom_html.tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method complete : bool Js.t Js.prop
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : Dom_html.clientRect Js.t Js.meth
method getClientRects : Dom_html.clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 height : int Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method isMap : bool Js.t Js.prop
method lang : Js.js_string Js.t Js.prop
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 naturalHeight : int Js.optdef Js.readonly_prop
method naturalWidth : int Js.optdef Js.readonly_prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : Dom_html.element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onabort :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onclick :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondblclick :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondrag :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragend :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragenter :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragleave :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragover :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondragstart :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method ondrop :
('a Js.t, Dom_html.dragEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onerror :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onkeydown :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeypress :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onkeyup :
('a Js.t, Dom_html.keyboardEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onload :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener Js.prop
method onmousedown :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmousemove :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseout :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseover :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onmouseup :
('a Js.t, Dom_html.mouseEvent Js.t) Dom_html.event_listener
Js.writeonly_prop
method onscroll :
('a Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector :
Js.js_string Js.t -> Dom_html.element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> Dom_html.element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 src : Js.js_string Js.t Js.prop
method style : Dom_html.cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method useMap : Js.js_string Js.t Js.prop
method width : int Js.prop
end
class type objectElement =
object ('a)
method _type : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method archive : Js.js_string Js.t Js.prop
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method code : Js.js_string Js.t Js.prop
method codeBase : Js.js_string Js.t Js.prop
method codeType : Js.js_string Js.t Js.prop
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method data : Js.js_string Js.t Js.prop
method declare : bool Js.t Js.prop
method dir : Js.js_string Js.t Js.prop
method document : Dom.element Dom.document Js.t Js.opt Js.readonly_prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method form : Dom_html.formElement Js.t Js.opt Js.readonly_prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 height : Js.js_string Js.t Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 name : Js.js_string Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 standby : Js.js_string Js.t Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tabIndex : int Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method useMap : Js.js_string Js.t Js.prop
method width : Js.js_string Js.t Js.prop
end
class type paramElement =
object ('a)
method _type : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 name : Js.js_string Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method value : Js.js_string Js.t Js.prop
method valueType : Js.js_string Js.t Js.prop
end
class type areaElement =
object ('a)
method accessKey : Js.js_string Js.t Js.prop
method alt : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method coords : Js.js_string Js.t Js.prop
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 href : Js.js_string Js.t Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 noHref : bool Js.t Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 shape : Js.js_string Js.t Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tabIndex : int Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method target : Js.js_string Js.t Js.prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type mapElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method areas :
Dom_html.areaElement Dom_html.collection Js.t Js.readonly_prop
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 name : Js.js_string Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type scriptElement =
object ('a)
method _type : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method async : bool Js.t Js.prop
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method charset : Js.js_string Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method defer : bool Js.t Js.prop
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 src : Js.js_string Js.t Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method text : Js.js_string Js.t Js.prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type embedElement =
object ('a)
method _type : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 height : Js.js_string Js.t Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 src : Js.js_string Js.t Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method width : Js.js_string Js.t Js.prop
end
class type tableCellElement =
object ('a)
method abbr : Js.js_string Js.t Js.prop
method align : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method axis : Js.js_string Js.t Js.prop
method cellIndex : int Js.readonly_prop
method ch : Js.js_string Js.t Js.prop
method chOff : Js.js_string Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method colSpan : int Js.prop
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 headers : Js.js_string Js.t Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 rowSpan : int Js.prop
method scope : Js.js_string Js.t Js.prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method vAlign : Js.js_string Js.t Js.prop
end
class type tableRowElement =
object ('a)
method align : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method cells :
Dom_html.tableCellElement Dom_html.collection Js.t Js.readonly_prop
method ch : Js.js_string Js.t Js.prop
method chOff : Js.js_string Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method deleteCell : int -> unit Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method insertCell : int -> Dom_html.tableCellElement Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 rowIndex : int Js.readonly_prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
method sectionRowIndex : int Js.readonly_prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method vAlign : Js.js_string Js.t Js.prop
end
class type tableColElement =
object ('a)
method align : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method ch : Js.js_string Js.t Js.prop
method chOff : Js.js_string Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 span : int Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method vAlign : Js.js_string Js.t Js.prop
method width : Js.js_string Js.t Js.prop
end
class type tableSectionElement =
object ('a)
method align : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method ch : Js.js_string Js.t Js.prop
method chOff : Js.js_string Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method deleteRow : int -> unit Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method insertRow : int -> Dom_html.tableRowElement Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 rows :
Dom_html.tableRowElement Dom_html.collection Js.t Js.readonly_prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method vAlign : Js.js_string Js.t Js.prop
end
class type tableCaptionElement = element
class type tableElement =
object ('a)
method align : Js.js_string Js.t Js.prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method border : Js.js_string Js.t Js.prop
method caption : Dom_html.tableCaptionElement Js.t Js.prop
method cellPadding : Js.js_string Js.t Js.prop
method cellSpacing : Js.js_string Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method createCaption : Dom_html.tableCaptionElement Js.t Js.meth
method createTFoot : Dom_html.tableSectionElement Js.t Js.meth
method createTHead : Dom_html.tableSectionElement Js.t Js.meth
method deleteCaption : unit Js.meth
method deleteRow : int -> unit Js.meth
method deleteTFoot : unit Js.meth
method deleteTHead : unit Js.meth
method dir : Js.js_string Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method frame : Js.js_string Js.t Js.prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method insertRow : int -> Dom_html.tableRowElement Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 rows :
Dom_html.tableRowElement Dom_html.collection Js.t Js.readonly_prop
method rules : Js.js_string Js.t Js.prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method summary : Js.js_string Js.t Js.prop
method tBodies :
Dom_html.tableSectionElement Dom_html.collection Js.t
Js.readonly_prop
method tFood : Dom_html.tableSectionElement Js.t Js.prop
method tHead : Dom_html.tableSectionElement Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method width : Js.js_string Js.t Js.prop
end
class type timeRanges =
object
method end_ : int -> float Js.meth
method length : int Js.readonly_prop
method start : int -> float Js.meth
end
type networkState =
NETWORK_EMPTY
| NETWORK_IDLE
| NETWORK_LOADING
| NETWORK_NO_SOURCE
type readyState =
HAVE_NOTHING
| HAVE_METADATA
| HAVE_CURRENT_DATA
| HAVE_FUTURE_DATA
| HAVE_ENOUGH_DATA
class type mediaElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method autoplay : bool Js.t Js.prop
method buffered : Dom_html.timeRanges Js.t Js.readonly_prop
method canPlayType : Js.js_string Js.t -> Js.js_string Js.t Js.meth
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method controls : bool Js.t Js.prop
method currentSrc : Js.js_string Js.t Js.readonly_prop
method currentTime : float Js.prop
method dir : Js.js_string Js.t Js.prop
method duration : float Js.readonly_prop
method ended : bool 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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
method lastChild : Dom.node Js.t Js.opt Js.prop
method load : unit Js.meth
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 loop : bool Js.t Js.prop
method mediagroup : Js.js_string Js.t Js.prop
method muted : bool Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method networkState : Dom_html.networkState Js.readonly_prop
method networkState_int : int Js.readonly_prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method pause : unit Js.meth
method paused : bool Js.t Js.readonly_prop
method play : unit Js.meth
method playbackRate : float Js.prop
method played : Dom_html.timeRanges Js.t Js.readonly_prop
method preload : Js.js_string Js.t Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method readyState : Dom_html.readyState Js.readonly_prop
method readyState_int : int Js.readonly_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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
method seekable : Dom_html.timeRanges Js.t Js.readonly_prop
method seeking : bool Js.t Js.readonly_prop
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 src : Js.js_string Js.t Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method volume : float Js.prop
end
class type audioElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method autoplay : bool Js.t Js.prop
method buffered : timeRanges Js.t Js.readonly_prop
method canPlayType : Js.js_string Js.t -> Js.js_string Js.t Js.meth
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method controls : bool Js.t Js.prop
method currentSrc : Js.js_string Js.t Js.readonly_prop
method currentTime : float Js.prop
method dir : Js.js_string Js.t Js.prop
method duration : float Js.readonly_prop
method ended : bool 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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
method lastChild : Dom.node Js.t Js.opt Js.prop
method load : unit Js.meth
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 loop : bool Js.t Js.prop
method mediagroup : Js.js_string Js.t Js.prop
method muted : bool Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method networkState : networkState Js.readonly_prop
method networkState_int : int Js.readonly_prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method pause : unit Js.meth
method paused : bool Js.t Js.readonly_prop
method play : unit Js.meth
method playbackRate : float Js.prop
method played : timeRanges Js.t Js.readonly_prop
method preload : Js.js_string Js.t Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method readyState : readyState Js.readonly_prop
method readyState_int : int Js.readonly_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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
method seekable : timeRanges Js.t Js.readonly_prop
method seeking : bool Js.t Js.readonly_prop
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 src : Js.js_string Js.t Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method volume : float Js.prop
end
class type videoElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method autoplay : bool Js.t Js.prop
method buffered : timeRanges Js.t Js.readonly_prop
method canPlayType : Js.js_string Js.t -> Js.js_string Js.t Js.meth
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method controls : bool Js.t Js.prop
method currentSrc : Js.js_string Js.t Js.readonly_prop
method currentTime : float Js.prop
method dir : Js.js_string Js.t Js.prop
method duration : float Js.readonly_prop
method ended : bool 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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
method lastChild : Dom.node Js.t Js.opt Js.prop
method load : unit Js.meth
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 loop : bool Js.t Js.prop
method mediagroup : Js.js_string Js.t Js.prop
method muted : bool Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method networkState : networkState Js.readonly_prop
method networkState_int : int Js.readonly_prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method pause : unit Js.meth
method paused : bool Js.t Js.readonly_prop
method play : unit Js.meth
method playbackRate : float Js.prop
method played : timeRanges Js.t Js.readonly_prop
method preload : Js.js_string Js.t Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method readyState : readyState Js.readonly_prop
method readyState_int : int Js.readonly_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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
method seekable : timeRanges Js.t Js.readonly_prop
method seeking : bool Js.t Js.readonly_prop
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 src : Js.js_string Js.t Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method volume : float Js.prop
end
type context
val _2d_ : Dom_html.context
type canvasPattern
class type canvasElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getContext :
Dom_html.context -> Dom_html.canvasRenderingContext2D Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 height : int Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method toDataURL : Js.js_string Js.t Js.meth
method toDataURL_type : Js.js_string Js.t -> Js.js_string Js.t Js.meth
method toDataURL_type_compression :
Js.js_string Js.t -> float -> Js.js_string Js.t Js.meth
method width : int Js.prop
end
and canvasRenderingContext2D =
object
method arc :
float ->
float -> float -> float -> float -> bool Js.t -> unit Js.meth
method arcTo :
float -> float -> float -> float -> float -> unit Js.meth
method beginPath : unit Js.meth
method bezierCurveTo :
float -> float -> float -> float -> float -> float -> unit Js.meth
method canvas : Dom_html.canvasElement Js.t Js.readonly_prop
method clearRect : float -> float -> float -> float -> unit Js.meth
method clip : unit Js.meth
method closePath : unit Js.meth
method createImageData : int -> int -> Dom_html.imageData Js.t Js.meth
method createLinearGradient :
float ->
float -> float -> float -> Dom_html.canvasGradient Js.t Js.meth
method createPattern :
Dom_html.imageElement Js.t ->
Js.js_string Js.t -> Dom_html.canvasPattern Js.t Js.meth
method createPattern_fromCanvas :
Dom_html.canvasElement Js.t ->
Js.js_string Js.t -> Dom_html.canvasPattern Js.t Js.meth
method createPattern_fromVideo :
Dom_html.videoElement Js.t ->
Js.js_string Js.t -> Dom_html.canvasPattern Js.t Js.meth
method createRadialGradient :
float ->
float ->
float ->
float -> float -> float -> Dom_html.canvasGradient Js.t Js.meth
method drawFocusRing :
#Dom_html.element Js.t ->
float -> float -> bool Js.t -> bool Js.t Js.meth
method drawImage :
Dom_html.imageElement Js.t -> float -> float -> unit Js.meth
method drawImage_fromCanvas :
Dom_html.canvasElement Js.t -> float -> float -> unit Js.meth
method drawImage_fromCanvasWithSize :
Dom_html.canvasElement Js.t ->
float -> float -> float -> float -> unit Js.meth
method drawImage_fromVideoWithSize :
Dom_html.videoElement Js.t ->
float -> float -> float -> float -> unit Js.meth
method drawImage_fromVideoWithVideo :
Dom_html.videoElement Js.t -> float -> float -> unit Js.meth
method drawImage_full :
Dom_html.imageElement Js.t ->
float ->
float ->
float -> float -> float -> float -> float -> float -> unit Js.meth
method drawImage_fullFromCanvas :
Dom_html.canvasElement Js.t ->
float ->
float ->
float -> float -> float -> float -> float -> float -> unit Js.meth
method drawImage_fullFromVideo :
Dom_html.videoElement Js.t ->
float ->
float ->
float -> float -> float -> float -> float -> float -> unit Js.meth
method drawImage_withSize :
Dom_html.imageElement Js.t ->
float -> float -> float -> float -> unit Js.meth
method fill : unit Js.meth
method fillRect : float -> float -> float -> float -> unit Js.meth
method fillStyle : Js.js_string Js.t Js.writeonly_prop
method fillStyle_gradient :
Dom_html.canvasGradient Js.t Js.writeonly_prop
method fillStyle_pattern :
Dom_html.canvasPattern Js.t Js.writeonly_prop
method fillText : Js.js_string Js.t -> float -> float -> unit Js.meth
method fillText_withWidth :
Js.js_string Js.t -> float -> float -> float -> unit Js.meth
method font : Js.js_string Js.t Js.prop
method getImageData :
float -> float -> float -> float -> Dom_html.imageData Js.t Js.meth
method globalAlpha : float Js.prop
method globalCompositeOperation : Js.js_string Js.t Js.prop
method isPointInPath : float -> float -> bool Js.t Js.meth
method lineCap : Js.js_string Js.t Js.prop
method lineJoin : Js.js_string Js.t Js.prop
method lineTo : float -> float -> unit Js.meth
method lineWidth : float Js.prop
method measureText :
Js.js_string Js.t -> Dom_html.textMetrics Js.t Js.meth
method miterLimit : float Js.prop
method moveTo : float -> float -> unit Js.meth
method putImageData :
Dom_html.imageData Js.t -> float -> float -> unit Js.meth
method quadraticCurveTo :
float -> float -> float -> float -> unit Js.meth
method rect : float -> float -> float -> float -> unit Js.meth
method restore : unit Js.meth
method rotate : float -> unit Js.meth
method save : unit Js.meth
method scale : float -> float -> unit Js.meth
method setTransform :
float -> float -> float -> float -> float -> float -> unit Js.meth
method shadowBlur : float Js.prop
method shadowColor : Js.js_string Js.t Js.prop
method shadowOffsetX : float Js.prop
method shadowOffsetY : float Js.prop
method stroke : unit Js.meth
method strokeRect : float -> float -> float -> float -> unit Js.meth
method strokeStyle : Js.js_string Js.t Js.writeonly_prop
method strokeStyle_gradient :
Dom_html.canvasGradient Js.t Js.writeonly_prop
method strokeStyle_pattern :
Dom_html.canvasPattern Js.t Js.writeonly_prop
method strokeText : Js.js_string Js.t -> float -> float -> unit Js.meth
method strokeText_withWidth :
Js.js_string Js.t -> float -> float -> float -> unit Js.meth
method textAlign : Js.js_string Js.t Js.prop
method textBaseline : Js.js_string Js.t Js.prop
method transform :
float -> float -> float -> float -> float -> float -> unit Js.meth
method translate : float -> float -> unit Js.meth
end
and canvasGradient =
object
method addColorStop : float -> Js.js_string Js.t -> unit Js.meth
end
and textMetrics = object method width : float Js.readonly_prop end
and imageData =
object
method data : Dom_html.canvasPixelArray Js.t Js.readonly_prop
method height : int Js.readonly_prop
method width : int Js.readonly_prop
end
and canvasPixelArray = object method length : int Js.readonly_prop end
external pixel_get : Dom_html.canvasPixelArray Js.t -> int -> int
= "caml_js_get"
external pixel_set : Dom_html.canvasPixelArray Js.t -> int -> int -> unit
= "caml_js_set"
class type range =
object
method cloneContents : Dom.documentFragment Js.t Js.meth
method cloneRange : Dom_html.range Js.t Js.meth
method collapse : bool Js.t -> unit Js.meth
method collapsed : bool Js.t Js.readonly_prop
method deleteContents : unit Js.meth
method endContainer : Dom.node Js.t Js.readonly_prop
method endOffset : int Js.readonly_prop
method extractContents : Dom.documentFragment Js.t Js.meth
method insertNode : Dom.node Js.t -> unit Js.meth
method selectNode : Dom.node Js.t -> unit Js.meth
method selectNodeContents : Dom.node Js.t -> unit Js.meth
method setEnd : Dom.node Js.t -> int -> unit Js.meth
method setEndAfter : Dom.node Js.t -> unit Js.meth
method setEndBefore : Dom.node Js.t -> unit Js.meth
method setStart : Dom.node Js.t -> int -> unit Js.meth
method setStartAfter : Dom.node Js.t -> unit Js.meth
method setStartBefore : Dom.node Js.t -> unit Js.meth
method startContainer : Dom.node Js.t Js.readonly_prop
method startOffset : int Js.readonly_prop
method surroundContents : Dom.node Js.t -> unit Js.meth
method toString : Js.js_string Js.t Js.meth
end
class type selection =
object
method addRange : Dom_html.range Js.t -> unit Js.meth
method anchorNode : Dom.node Js.t Js.readonly_prop
method anchorOffset : int Js.readonly_prop
method collapse : bool Js.t -> unit Js.meth
method collapseToEnd : unit Js.meth
method collapseToStart : unit Js.meth
method containsNode : Dom.node Js.t -> bool Js.t -> bool Js.t Js.meth
method deleteFromDocument : unit Js.meth
method extend : Dom.node Js.t -> int -> unit Js.meth
method focusNode : Dom.node Js.t Js.readonly_prop
method focusOffset : int Js.readonly_prop
method getRangeAt : int -> Dom_html.range Js.t Js.meth
method isCollapsed : bool Js.t Js.readonly_prop
method modify :
Js.js_string Js.t ->
Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method rangeCount : int Js.readonly_prop
method removeAllRanges : unit Js.meth
method removeRange : Dom_html.range Js.t -> unit Js.meth
method selectAllChildren : Dom.node Js.t -> unit Js.meth
method toString : Js.js_string Js.t Js.meth
end
class type document =
object ('a)
method _URL : Js.js_string Js.t Js.readonly_prop
method activeElement : Dom_html.element Js.t Js.opt Js.readonly_prop
method adoptNode : Dom.element Js.t -> Dom_html.element Js.t Js.meth
method anchors :
Dom_html.element Dom_html.collection Js.t Js.readonly_prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method applets :
Dom_html.element Dom_html.collection Js.t Js.readonly_prop
method body : Dom_html.bodyElement Js.t Js.prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method close : unit Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method cookie : Js.js_string Js.t Js.prop
method createAttribute : Js.js_string Js.t -> Dom.attr Js.t Js.meth
method createComment : Js.js_string Js.t -> Dom.comment Js.t Js.meth
method createDocumentFragment : Dom.documentFragment Js.t Js.meth
method createElement :
Js.js_string Js.t -> Dom_html.element Js.t Js.meth
method createElementNS :
Js.js_string Js.t ->
Js.js_string Js.t -> Dom_html.element Js.t Js.meth
method createRange : Dom_html.range Js.t Js.meth
method createTextNode : Js.js_string Js.t -> Dom.text Js.t Js.meth
method designMode : Js.js_string Js.t Js.prop
method documentElement : Dom_html.element Js.t Js.readonly_prop
method domain : Js.js_string Js.t Js.prop
method execCommand :
Js.js_string Js.t ->
bool Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth
method firstChild : Dom.node Js.t Js.opt Js.prop
method forms :
Dom_html.formElement Dom_html.collection Js.t Js.readonly_prop
method getElementById :
Js.js_string Js.t -> Dom_html.element Js.t Js.opt Js.meth
method getElementsByClassName :
Js.js_string Js.t -> Dom_html.element Dom.nodeList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom_html.element Dom.nodeList Js.t Js.meth
method hasChildNodes : bool Js.t Js.meth
method head : Dom_html.headElement Js.t Js.prop
method images :
Dom_html.imageElement Dom_html.collection Js.t Js.readonly_prop
method importNode :
Dom.element Js.t -> bool Js.t -> Dom_html.element 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 links :
Dom_html.element Dom_html.collection Js.t Js.readonly_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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method open_ : unit Js.meth
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method readyState : Js.js_string Js.t Js.readonly_prop
method referrer : Js.js_string Js.t Js.readonly_prop
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 title : Js.js_string Js.t Js.prop
method write : Js.js_string Js.t -> unit Js.meth
end
val document : Dom_html.document Js.t
val getElementById : string -> Dom_html.element Js.t
class type location =
object
method assign : Js.js_string Js.t -> unit Js.meth
method hash : Js.js_string Js.t Js.prop
method host : Js.js_string Js.t Js.prop
method hostname : Js.js_string Js.t Js.prop
method href : Js.js_string Js.t Js.prop
method origin : Js.js_string Js.t Js.optdef Js.readonly_prop
method pathname : Js.js_string Js.t Js.prop
method port : Js.js_string Js.t Js.prop
method protocol : Js.js_string Js.t Js.prop
method reload : unit Js.meth
method replace : Js.js_string Js.t -> unit Js.meth
method search : Js.js_string Js.t Js.prop
end
val location_origin : Dom_html.location Js.t -> Js.js_string Js.t
class type history =
object
method back : unit Js.meth
method forward : unit Js.meth
method go : int Js.opt -> unit Js.meth
method length : int Js.readonly_prop
method pushState :
'a -> Js.js_string Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth
method replaceState :
'a -> Js.js_string Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth
method state : Js.Unsafe.any Js.readonly_prop
end
class type undoManager = object end
class type navigator =
object
method appCodeName : Js.js_string Js.t Js.readonly_prop
method appName : Js.js_string Js.t Js.readonly_prop
method appVersion : Js.js_string Js.t Js.readonly_prop
method cookieEnabled : bool Js.t Js.readonly_prop
method language : Js.js_string Js.t Js.optdef Js.readonly_prop
method onLine : bool Js.t Js.readonly_prop
method platform : Js.js_string Js.t Js.readonly_prop
method userAgent : Js.js_string Js.t Js.readonly_prop
method userLanguage : Js.js_string Js.t Js.optdef Js.readonly_prop
end
class type screen =
object
method availHeight : int Js.readonly_prop
method availWidth : int Js.readonly_prop
method height : int Js.readonly_prop
method width : int Js.readonly_prop
end
class type applicationCache =
object ('a)
method abort : unit Js.meth
method oncached :
(Dom_html.applicationCache Js.t, Dom_html.event Js.t)
Dom_html.event_listener Js.prop
method onchecking :
(Dom_html.applicationCache Js.t, Dom_html.event Js.t)
Dom_html.event_listener Js.prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondownloading :
(Dom_html.applicationCache Js.t, Dom_html.event Js.t)
Dom_html.event_listener Js.prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onerror :
(Dom_html.applicationCache Js.t, Dom_html.event Js.t)
Dom_html.event_listener Js.prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onnoupdate :
(Dom_html.applicationCache Js.t, Dom_html.event Js.t)
Dom_html.event_listener Js.prop
method onobsolete :
(Dom_html.applicationCache Js.t, Dom_html.event Js.t)
Dom_html.event_listener Js.prop
method onprogress :
(Dom_html.applicationCache Js.t, Dom_html.event Js.t)
Dom_html.event_listener Js.prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method onupdateready :
(Dom_html.applicationCache Js.t, Dom_html.event Js.t)
Dom_html.event_listener Js.prop
method status : int Js.readonly_prop
method swapCache : unit Js.meth
method update : unit Js.meth
end
type interval_id
type timeout_id
type animation_frame_request_id
class type _URL =
object
method createObjectURL : #File.blob Js.t -> Js.js_string Js.t Js.meth
method revokeObjectURL : Js.js_string Js.t -> unit Js.meth
end
class type window =
object ('a)
method _URL : Dom_html._URL Js.t Js.readonly_prop
method alert : Js.js_string Js.t -> unit Js.meth
method applicationCache :
Dom_html.applicationCache Js.t Js.readonly_prop
method atob : Js.js_string Js.t -> Js.js_string Js.t Js.meth
method blur : unit Js.meth
method btoa : Js.js_string Js.t -> Js.js_string Js.t Js.meth
method cancelAnimationFrame :
Dom_html.animation_frame_request_id -> unit Js.meth
method clearInterval : Dom_html.interval_id -> unit Js.meth
method clearTimeout : Dom_html.timeout_id -> unit Js.meth
method close : unit Js.meth
method closed : bool Js.t Js.readonly_prop
method confirm : Js.js_string Js.t -> bool Js.t Js.meth
method document : Dom_html.document Js.t Js.readonly_prop
method focus : unit Js.meth
method frameElement : Dom_html.element Js.t Js.opt Js.readonly_prop
method getComputedStyle :
#Dom_html.element Js.t -> Dom_html.cssStyleDeclaration Js.t Js.meth
method getComputedStyle_pseudoElt :
#Dom_html.element Js.t ->
Js.js_string Js.t -> Dom_html.cssStyleDeclaration Js.t Js.meth
method getSelection : Dom_html.selection Js.t Js.meth
method history : Dom_html.history Js.t Js.readonly_prop
method innerHeight : int Js.optdef Js.readonly_prop
method innerWidth : int Js.optdef Js.readonly_prop
method localStorage : Dom_html.storage Js.t Js.optdef Js.readonly_prop
method location : Dom_html.location Js.t Js.readonly_prop
method name : Js.js_string Js.t Js.prop
method navigator : Dom_html.navigator Js.t Js.readonly_prop
method onbeforeunload :
(Dom_html.window Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.prop
method onblur :
(Dom_html.window Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onfocus :
(Dom_html.window Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.prop
method onhashchange :
(Dom_html.window Js.t, Dom_html.hashChangeEvent Js.t)
Dom_html.event_listener Js.prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onload :
(Dom_html.window Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onoffline :
(Dom_html.window Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.writeonly_prop
method ononline :
(Dom_html.window Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.writeonly_prop
method onorientationchange :
(Dom_html.window Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.prop
method onpopstate :
(Dom_html.window Js.t, Dom_html.popStateEvent Js.t)
Dom_html.event_listener Js.prop
method onresize :
(Dom_html.window Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method onunload :
(Dom_html.window Js.t, Dom_html.event Js.t) Dom_html.event_listener
Js.prop
method open_ :
Js.js_string Js.t ->
Js.js_string Js.t ->
Js.js_string Js.t Js.opt -> Dom_html.window Js.t Js.meth
method outerHeight : int Js.optdef Js.readonly_prop
method outerWidth : int Js.optdef Js.readonly_prop
method parent : Dom_html.window Js.t Js.readonly_prop
method print : unit Js.meth
method prompt :
Js.js_string Js.t ->
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method requestAnimationFrame :
(float -> unit) Js.callback ->
Dom_html.animation_frame_request_id Js.meth
method screen : Dom_html.screen Js.t Js.readonly_prop
method scroll : int -> int -> unit Js.meth
method scrollBy : int -> int -> unit Js.meth
method sessionStorage :
Dom_html.storage Js.t Js.optdef Js.readonly_prop
method setInterval :
(unit -> unit) Js.callback -> float -> Dom_html.interval_id Js.meth
method setTimeout :
(unit -> unit) Js.callback -> float -> Dom_html.timeout_id Js.meth
method stop : unit Js.meth
method top : Dom_html.window Js.t Js.readonly_prop
method undoManager : Dom_html.undoManager Js.t Js.readonly_prop
end
val window : Dom_html.window Js.t
class type frameSetElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method cols : Js.js_string Js.t Js.prop
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method dir : Js.js_string Js.t Js.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 getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
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 nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 rows : Js.js_string Js.t Js.prop
method scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
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 style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type frameElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method contentDocument : Dom_html.document Js.t Js.opt Js.readonly_prop
method dir : Js.js_string Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method frameBorder : Js.js_string Js.t Js.prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
method lastChild : Dom.node Js.t Js.opt Js.prop
method longDesc : Js.js_string Js.t 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 marginHeight : Js.js_string Js.t Js.prop
method marginWidth : Js.js_string Js.t Js.prop
method name : Js.js_string Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method noResize : bool Js.t Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
method scrolling : Js.js_string Js.t Js.prop
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 src : Js.js_string Js.t Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
end
class type iFrameElement =
object ('a)
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method classList : tokenList Js.t Js.readonly_prop
method className : Js.js_string Js.t Js.prop
method click : unit Js.meth
method clientHeight : int Js.readonly_prop
method clientLeft : int Js.readonly_prop
method clientTop : int Js.readonly_prop
method clientWidth : int Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method contentDocument : Dom_html.document Js.t Js.opt Js.readonly_prop
method contentWindow : Dom_html.window Js.t Js.readonly_prop
method dir : Js.js_string Js.t Js.prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method frameBorder : Js.js_string Js.t Js.prop
method getAttribute :
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
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 getBoundingClientRect : clientRect Js.t Js.meth
method getClientRects : clientRectList Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t 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 height : Js.js_string Js.t Js.prop
method id : Js.js_string Js.t Js.prop
method innerHTML : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method lang : Js.js_string Js.t Js.prop
method lastChild : Dom.node Js.t Js.opt Js.prop
method longDesc : Js.js_string Js.t 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 marginHeight : Js.js_string Js.t Js.prop
method marginWidth : Js.js_string Js.t Js.prop
method name : Js.js_string Js.t Js.prop
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method offsetHeight : int Js.readonly_prop
method offsetLeft : int Js.readonly_prop
method offsetParent : element Js.t Js.opt Js.readonly_prop
method offsetTop : int Js.readonly_prop
method offsetWidth : int Js.readonly_prop
method onclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondblclick :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method ondrag :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragend :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragenter :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragleave :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragover :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondragstart :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method ondrop :
('a Js.t, dragEvent Js.t) event_listener Js.writeonly_prop
method onkeydown :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeypress :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onkeyup :
('a Js.t, keyboardEvent Js.t) event_listener Js.writeonly_prop
method onmousedown :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmousemove :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseout :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseover :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onmouseup :
('a Js.t, mouseEvent Js.t) event_listener Js.writeonly_prop
method onscroll :
('a Js.t, event Js.t) event_listener Js.writeonly_prop
method outerHTML : Js.js_string Js.t Js.prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method querySelector : Js.js_string Js.t -> element Js.t Js.opt Js.meth
method querySelectorAll :
Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
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 scrollHeight : int Js.prop
method scrollIntoView : bool Js.t -> unit Js.meth
method scrollLeft : int Js.prop
method scrollTop : int Js.prop
method scrollWidth : int Js.prop
method scrolling : Js.js_string Js.t Js.prop
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 src : Js.js_string Js.t Js.prop
method style : cssStyleDeclaration Js.t Js.prop
method tagName : Js.js_string Js.t Js.readonly_prop
method textContent : Js.js_string Js.t Js.opt Js.prop
method title : Js.js_string Js.t Js.prop
method width : Js.js_string Js.t Js.prop
end
val no_handler : ('a, 'b) Dom_html.event_listener
val handler :
((#Dom_html.event as 'b) Js.t -> bool Js.t) ->
('a, 'b Js.t) Dom_html.event_listener
val full_handler :
('a -> (#Dom_html.event as 'b) Js.t -> bool Js.t) ->
('a, 'b Js.t) Dom_html.event_listener
val invoke_handler :
('a, 'b) Dom_html.event_listener -> 'a -> 'b -> bool Js.t
val eventTarget : #Dom_html.event Js.t -> Dom_html.element Js.t
val eventRelatedTarget :
#Dom_html.mouseEvent Js.t -> Dom_html.element Js.t Js.opt
module Event :
sig
type 'a typ = 'a Dom.Event.typ
val click : Dom_html.mouseEvent Js.t Dom_html.Event.typ
val dblclick : Dom_html.mouseEvent Js.t Dom_html.Event.typ
val mousedown : Dom_html.mouseEvent Js.t Dom_html.Event.typ
val mouseup : Dom_html.mouseEvent Js.t Dom_html.Event.typ
val mouseover : Dom_html.mouseEvent Js.t Dom_html.Event.typ
val mousemove : Dom_html.mouseEvent Js.t Dom_html.Event.typ
val mouseout : Dom_html.mouseEvent Js.t Dom_html.Event.typ
val keypress : Dom_html.keyboardEvent Js.t Dom_html.Event.typ
val keydown : Dom_html.keyboardEvent Js.t Dom_html.Event.typ
val keyup : Dom_html.keyboardEvent Js.t Dom_html.Event.typ
val mousewheel : Dom_html.mousewheelEvent Js.t Dom_html.Event.typ
val _DOMMouseScroll : Dom_html.mouseScrollEvent Js.t Dom_html.Event.typ
val touchstart : Dom_html.touchEvent Js.t Dom_html.Event.typ
val touchmove : Dom_html.touchEvent Js.t Dom_html.Event.typ
val touchend : Dom_html.touchEvent Js.t Dom_html.Event.typ
val touchcancel : Dom_html.touchEvent Js.t Dom_html.Event.typ
val dragstart : Dom_html.dragEvent Js.t Dom_html.Event.typ
val dragend : Dom_html.dragEvent Js.t Dom_html.Event.typ
val dragenter : Dom_html.dragEvent Js.t Dom_html.Event.typ
val dragover : Dom_html.dragEvent Js.t Dom_html.Event.typ
val dragleave : Dom_html.dragEvent Js.t Dom_html.Event.typ
val drag : Dom_html.dragEvent Js.t Dom_html.Event.typ
val drop : Dom_html.dragEvent Js.t Dom_html.Event.typ
val hashchange : Dom_html.hashChangeEvent Js.t Dom_html.Event.typ
val change : Dom_html.event Js.t Dom_html.Event.typ
val input : Dom_html.event Js.t Dom_html.Event.typ
val timeupdate : Dom_html.event Js.t Dom_html.Event.typ
val submit : Dom_html.event Js.t Dom_html.Event.typ
val scroll : Dom_html.event Js.t Dom_html.Event.typ
val focus : Dom_html.event Js.t Dom_html.Event.typ
val blur : Dom_html.event Js.t Dom_html.Event.typ
val load : Dom_html.event Js.t Dom_html.Event.typ
val unload : Dom_html.event Js.t Dom_html.Event.typ
val beforeunload : Dom_html.event Js.t Dom_html.Event.typ
val resize : Dom_html.event Js.t Dom_html.Event.typ
val orientationchange : Dom_html.event Js.t Dom_html.Event.typ
val popstate : Dom_html.event Js.t Dom_html.Event.typ
val error : Dom_html.event Js.t Dom_html.Event.typ
val abort : Dom_html.event Js.t Dom_html.Event.typ
val select : Dom_html.event Js.t Dom_html.Event.typ
val online : Dom_html.event Js.t Dom_html.Event.typ
val offline : Dom_html.event Js.t Dom_html.Event.typ
val checking : Dom_html.event Js.t Dom_html.Event.typ
val noupdate : Dom_html.event Js.t Dom_html.Event.typ
val downloading : Dom_html.event Js.t Dom_html.Event.typ
val progress : Dom_html.event Js.t Dom_html.Event.typ
val updateready : Dom_html.event Js.t Dom_html.Event.typ
val cached : Dom_html.event Js.t Dom_html.Event.typ
val obsolete : Dom_html.event Js.t Dom_html.Event.typ
val domContentLoaded : Dom_html.event Js.t Dom_html.Event.typ
val make : string -> 'a Dom_html.Event.typ
end
type event_listener_id = Dom.event_listener_id
val addEventListener :
(#Dom_html.eventTarget as 'a) Js.t ->
'b Dom_html.Event.typ ->
('a Js.t, 'b) Dom_html.event_listener ->
bool Js.t -> Dom_html.event_listener_id
val removeEventListener : Dom_html.event_listener_id -> unit
val addMousewheelEventListener :
#Dom_html.eventTarget Js.t ->
(Dom_html.mouseEvent Js.t -> dx:int -> dy:int -> bool Js.t) ->
bool Js.t -> Dom_html.event_listener_id
val buttonPressed : #Dom_html.mouseEvent Js.t -> Dom_html.mouse_button
val eventAbsolutePosition : #Dom_html.mouseEvent Js.t -> int * int
val elementClientPosition : #Dom_html.element Js.t -> int * int
val getDocumentScroll : unit -> int * int
module Keyboard_code :
sig
type t =
Unidentified
| KeyA
| KeyB
| KeyC
| KeyD
| KeyE
| KeyF
| KeyG
| KeyH
| KeyI
| KeyJ
| KeyK
| KeyL
| KeyM
| KeyN
| KeyO
| KeyP
| KeyQ
| KeyR
| KeyS
| KeyT
| KeyU
| KeyV
| KeyW
| KeyX
| KeyY
| KeyZ
| Digit0
| Digit1
| Digit2
| Digit3
| Digit4
| Digit5
| Digit6
| Digit7
| Digit8
| Digit9
| Minus
| Equal
| Tab
| Enter
| Space
| Escape
| Backspace
| Insert
| Delete
| CapsLock
| BracketLeft
| BracketRight
| Semicolon
| Quote
| Backquote
| Backslash
| Comma
| Period
| Slash
| F1
| F2
| F3
| F4
| F5
| F6
| F7
| F8
| F9
| F10
| F11
| F12
| Numpad0
| Numpad1
| Numpad2
| Numpad3
| Numpad4
| Numpad5
| Numpad6
| Numpad7
| Numpad8
| Numpad9
| NumpadMultiply
| NumpadSubtract
| NumpadAdd
| NumpadDecimal
| NumpadEqual
| NumpadEnter
| NumpadDivide
| NumLock
| ControlLeft
| ControlRight
| MetaLeft
| MetaRight
| ShiftLeft
| ShiftRight
| AltLeft
| AltRight
| ArrowLeft
| ArrowRight
| ArrowUp
| ArrowDown
| PageUp
| PageDown
| Home
| End
| VolumeMute
| VolumeDown
| VolumeUp
| MediaTrackPrevious
| MediaTrackNext
| MediaPlayPause
| MediaStop
| ContextMenu
| BrowserSearch
| BrowserHome
| BrowserFavorites
| BrowserRefresh
| BrowserStop
| BrowserForward
| BrowserBack
| OSLeft
| OSRight
| ScrollLock
| PrintScreen
| IntlBackslash
| IntlYen
| Pause
val of_event : Dom_html.keyboardEvent Js.t -> Dom_html.Keyboard_code.t
end
module Keyboard_key :
sig
type t = Uchar.t option
val of_event : Dom_html.keyboardEvent Js.t -> Dom_html.Keyboard_key.t
end
val createHtml : Dom_html.document Js.t -> Dom_html.htmlElement Js.t
val createHead : Dom_html.document Js.t -> Dom_html.headElement Js.t
val createLink : Dom_html.document Js.t -> Dom_html.linkElement Js.t
val createTitle : Dom_html.document Js.t -> Dom_html.titleElement Js.t
val createMeta : Dom_html.document Js.t -> Dom_html.metaElement Js.t
val createBase : Dom_html.document Js.t -> Dom_html.baseElement Js.t
val createStyle : Dom_html.document Js.t -> Dom_html.styleElement Js.t
val createBody : Dom_html.document Js.t -> Dom_html.bodyElement Js.t
val createForm : Dom_html.document Js.t -> Dom_html.formElement Js.t
val createOptgroup :
Dom_html.document Js.t -> Dom_html.optGroupElement Js.t
val createOption : Dom_html.document Js.t -> Dom_html.optionElement Js.t
val createSelect :
?_type:Js.js_string Js.t ->
?name:Js.js_string Js.t ->
Dom_html.document Js.t -> Dom_html.selectElement Js.t
val createInput :
?_type:Js.js_string Js.t ->
?name:Js.js_string Js.t ->
Dom_html.document Js.t -> Dom_html.inputElement Js.t
val createTextarea :
?_type:Js.js_string Js.t ->
?name:Js.js_string Js.t ->
Dom_html.document Js.t -> Dom_html.textAreaElement Js.t
val createButton :
?_type:Js.js_string Js.t ->
?name:Js.js_string Js.t ->
Dom_html.document Js.t -> Dom_html.buttonElement Js.t
val createLabel : Dom_html.document Js.t -> Dom_html.labelElement Js.t
val createFieldset :
Dom_html.document Js.t -> Dom_html.fieldSetElement Js.t
val createLegend : Dom_html.document Js.t -> Dom_html.legendElement Js.t
val createUl : Dom_html.document Js.t -> Dom_html.uListElement Js.t
val createOl : Dom_html.document Js.t -> Dom_html.oListElement Js.t
val createDl : Dom_html.document Js.t -> Dom_html.dListElement Js.t
val createLi : Dom_html.document Js.t -> Dom_html.liElement Js.t
val createDiv : Dom_html.document Js.t -> Dom_html.divElement Js.t
val createEmbed : Dom_html.document Js.t -> Dom_html.embedElement Js.t
val createP : Dom_html.document Js.t -> Dom_html.paragraphElement Js.t
val createH1 : Dom_html.document Js.t -> Dom_html.headingElement Js.t
val createH2 : Dom_html.document Js.t -> Dom_html.headingElement Js.t
val createH3 : Dom_html.document Js.t -> Dom_html.headingElement Js.t
val createH4 : Dom_html.document Js.t -> Dom_html.headingElement Js.t
val createH5 : Dom_html.document Js.t -> Dom_html.headingElement Js.t
val createH6 : Dom_html.document Js.t -> Dom_html.headingElement Js.t
val createQ : Dom_html.document Js.t -> Dom_html.quoteElement Js.t
val createBlockquote : Dom_html.document Js.t -> Dom_html.quoteElement Js.t
val createPre : Dom_html.document Js.t -> Dom_html.preElement Js.t
val createBr : Dom_html.document Js.t -> Dom_html.brElement Js.t
val createHr : Dom_html.document Js.t -> Dom_html.hrElement Js.t
val createIns : Dom_html.document Js.t -> Dom_html.modElement Js.t
val createDel : Dom_html.document Js.t -> Dom_html.modElement Js.t
val createA : Dom_html.document Js.t -> Dom_html.anchorElement Js.t
val createImg : Dom_html.document Js.t -> Dom_html.imageElement Js.t
val createObject : Dom_html.document Js.t -> Dom_html.objectElement Js.t
val createParam : Dom_html.document Js.t -> Dom_html.paramElement Js.t
val createMap : Dom_html.document Js.t -> Dom_html.mapElement Js.t
val createArea : Dom_html.document Js.t -> Dom_html.areaElement Js.t
val createScript : Dom_html.document Js.t -> Dom_html.scriptElement Js.t
val createTable : Dom_html.document Js.t -> Dom_html.tableElement Js.t
val createCaption :
Dom_html.document Js.t -> Dom_html.tableCaptionElement Js.t
val createCol : Dom_html.document Js.t -> Dom_html.tableColElement Js.t
val createColgroup :
Dom_html.document Js.t -> Dom_html.tableColElement Js.t
val createThead :
Dom_html.document Js.t -> Dom_html.tableSectionElement Js.t
val createTfoot :
Dom_html.document Js.t -> Dom_html.tableSectionElement Js.t
val createTbody :
Dom_html.document Js.t -> Dom_html.tableSectionElement Js.t
val createTr : Dom_html.document Js.t -> Dom_html.tableRowElement Js.t
val createTh : Dom_html.document Js.t -> Dom_html.tableCellElement Js.t
val createTd : Dom_html.document Js.t -> Dom_html.tableCellElement Js.t
val createSub : Dom_html.document Js.t -> Dom_html.element Js.t
val createSup : Dom_html.document Js.t -> Dom_html.element Js.t
val createSpan : Dom_html.document Js.t -> Dom_html.element Js.t
val createTt : Dom_html.document Js.t -> Dom_html.element Js.t
val createI : Dom_html.document Js.t -> Dom_html.element Js.t
val createB : Dom_html.document Js.t -> Dom_html.element Js.t
val createBig : Dom_html.document Js.t -> Dom_html.element Js.t
val createSmall : Dom_html.document Js.t -> Dom_html.element Js.t
val createEm : Dom_html.document Js.t -> Dom_html.element Js.t
val createStrong : Dom_html.document Js.t -> Dom_html.element Js.t
val createCite : Dom_html.document Js.t -> Dom_html.element Js.t
val createDfn : Dom_html.document Js.t -> Dom_html.element Js.t
val createCode : Dom_html.document Js.t -> Dom_html.element Js.t
val createSamp : Dom_html.document Js.t -> Dom_html.element Js.t
val createKbd : Dom_html.document Js.t -> Dom_html.element Js.t
val createVar : Dom_html.document Js.t -> Dom_html.element Js.t
val createAbbr : Dom_html.document Js.t -> Dom_html.element Js.t
val createDd : Dom_html.document Js.t -> Dom_html.element Js.t
val createDt : Dom_html.document Js.t -> Dom_html.element Js.t
val createNoscript : Dom_html.document Js.t -> Dom_html.element Js.t
val createAddress : Dom_html.document Js.t -> Dom_html.element Js.t
val createFrameset :
Dom_html.document Js.t -> Dom_html.frameSetElement Js.t
val createFrame : Dom_html.document Js.t -> Dom_html.frameElement Js.t
val createIframe : Dom_html.document Js.t -> Dom_html.iFrameElement Js.t
val createAudio : Dom_html.document Js.t -> Dom_html.audioElement Js.t
val createVideo : Dom_html.document Js.t -> Dom_html.videoElement Js.t
exception Canvas_not_available
val createCanvas : Dom_html.document Js.t -> Dom_html.canvasElement Js.t
val element : #Dom.element Js.t -> Dom_html.element Js.t
type taggedElement =
A of Dom_html.anchorElement Js.t
| Area of Dom_html.areaElement Js.t
| Audio of Dom_html.audioElement Js.t
| Base of Dom_html.baseElement Js.t
| Blockquote of Dom_html.quoteElement Js.t
| Body of Dom_html.bodyElement Js.t
| Br of Dom_html.brElement Js.t
| Button of Dom_html.buttonElement Js.t
| Canvas of Dom_html.canvasElement Js.t
| Caption of Dom_html.tableCaptionElement Js.t
| Col of Dom_html.tableColElement Js.t
| Colgroup of Dom_html.tableColElement Js.t
| Del of Dom_html.modElement Js.t
| Div of Dom_html.divElement Js.t
| Dl of Dom_html.dListElement Js.t
| Embed of Dom_html.embedElement Js.t
| Fieldset of Dom_html.fieldSetElement Js.t
| Form of Dom_html.formElement Js.t
| Frameset of Dom_html.frameSetElement Js.t
| Frame of Dom_html.frameElement Js.t
| H1 of Dom_html.headingElement Js.t
| H2 of Dom_html.headingElement Js.t
| H3 of Dom_html.headingElement Js.t
| H4 of Dom_html.headingElement Js.t
| H5 of Dom_html.headingElement Js.t
| H6 of Dom_html.headingElement Js.t
| Head of Dom_html.headElement Js.t
| Hr of Dom_html.hrElement Js.t
| Html of Dom_html.htmlElement Js.t
| Iframe of Dom_html.iFrameElement Js.t
| Img of Dom_html.imageElement Js.t
| Input of Dom_html.inputElement Js.t
| Ins of Dom_html.modElement Js.t
| Label of Dom_html.labelElement Js.t
| Legend of Dom_html.legendElement Js.t
| Li of Dom_html.liElement Js.t
| Link of Dom_html.linkElement Js.t
| Map of Dom_html.mapElement Js.t
| Meta of Dom_html.metaElement Js.t
| Object of Dom_html.objectElement Js.t
| Ol of Dom_html.oListElement Js.t
| Optgroup of Dom_html.optGroupElement Js.t
| Option of Dom_html.optionElement Js.t
| P of Dom_html.paramElement Js.t
| Param of Dom_html.paramElement Js.t
| Pre of Dom_html.preElement Js.t
| Q of Dom_html.quoteElement Js.t
| Script of Dom_html.scriptElement Js.t
| Select of Dom_html.selectElement Js.t
| Style of Dom_html.styleElement Js.t
| Table of Dom_html.tableElement Js.t
| Tbody of Dom_html.tableSectionElement Js.t
| Td of Dom_html.tableCellElement Js.t
| Textarea of Dom_html.textAreaElement Js.t
| Tfoot of Dom_html.tableSectionElement Js.t
| Th of Dom_html.tableCellElement Js.t
| Thead of Dom_html.tableSectionElement Js.t
| Title of Dom_html.titleElement Js.t
| Tr of Dom_html.tableRowElement Js.t
| Ul of Dom_html.uListElement Js.t
| Video of Dom_html.videoElement Js.t
| Other of Dom_html.element Js.t
val tagged : #Dom_html.element Js.t -> Dom_html.taggedElement
val opt_tagged :
#Dom_html.element Js.t Js.opt -> Dom_html.taggedElement option
type taggedEvent =
MouseEvent of Dom_html.mouseEvent Js.t
| KeyboardEvent of Dom_html.keyboardEvent Js.t
| MousewheelEvent of Dom_html.mousewheelEvent Js.t
| MouseScrollEvent of Dom_html.mouseScrollEvent Js.t
| PopStateEvent of Dom_html.popStateEvent Js.t
| OtherEvent of Dom_html.event Js.t
val taggedEvent : #Dom_html.event Js.t -> Dom_html.taggedEvent
val opt_taggedEvent :
#Dom_html.event Js.t Js.opt -> Dom_html.taggedEvent option
val stopPropagation : #Dom_html.event Js.t -> unit
module CoerceTo :
sig
val element : #Dom.node Js.t -> Dom_html.element Js.t Js.opt
val a : #Dom_html.element Js.t -> Dom_html.anchorElement Js.t Js.opt
val area : #Dom_html.element Js.t -> Dom_html.areaElement Js.t Js.opt
val audio : #Dom_html.element Js.t -> Dom_html.audioElement Js.t Js.opt
val base : #Dom_html.element Js.t -> Dom_html.baseElement Js.t Js.opt
val blockquote :
#Dom_html.element Js.t -> Dom_html.quoteElement Js.t Js.opt
val body : #Dom_html.element Js.t -> Dom_html.bodyElement Js.t Js.opt
val br : #Dom_html.element Js.t -> Dom_html.brElement Js.t Js.opt
val button :
#Dom_html.element Js.t -> Dom_html.buttonElement Js.t Js.opt
val canvas :
#Dom_html.element Js.t -> Dom_html.canvasElement Js.t Js.opt
val caption :
#Dom_html.element Js.t -> Dom_html.tableCaptionElement Js.t Js.opt
val col :
#Dom_html.element Js.t -> Dom_html.tableColElement Js.t Js.opt
val colgroup :
#Dom_html.element Js.t -> Dom_html.tableColElement Js.t Js.opt
val del : #Dom_html.element Js.t -> Dom_html.modElement Js.t Js.opt
val div : #Dom_html.element Js.t -> Dom_html.divElement Js.t Js.opt
val embed : #Dom_html.element Js.t -> Dom_html.embedElement Js.t Js.opt
val dl : #Dom_html.element Js.t -> Dom_html.dListElement Js.t Js.opt
val fieldset :
#Dom_html.element Js.t -> Dom_html.fieldSetElement Js.t Js.opt
val form : #Dom_html.element Js.t -> Dom_html.formElement Js.t Js.opt
val frameset :
#Dom_html.element Js.t -> Dom_html.frameSetElement Js.t Js.opt
val frame : #Dom_html.element Js.t -> Dom_html.frameElement Js.t Js.opt
val h1 : #Dom_html.element Js.t -> Dom_html.headingElement Js.t Js.opt
val h2 : #Dom_html.element Js.t -> Dom_html.headingElement Js.t Js.opt
val h3 : #Dom_html.element Js.t -> Dom_html.headingElement Js.t Js.opt
val h4 : #Dom_html.element Js.t -> Dom_html.headingElement Js.t Js.opt
val h5 : #Dom_html.element Js.t -> Dom_html.headingElement Js.t Js.opt
val h6 : #Dom_html.element Js.t -> Dom_html.headingElement Js.t Js.opt
val head : #Dom_html.element Js.t -> Dom_html.headElement Js.t Js.opt
val hr : #Dom_html.element Js.t -> Dom_html.hrElement Js.t Js.opt
val html : #Dom_html.element Js.t -> Dom_html.htmlElement Js.t Js.opt
val iframe :
#Dom_html.element Js.t -> Dom_html.iFrameElement Js.t Js.opt
val img : #Dom_html.element Js.t -> Dom_html.imageElement Js.t Js.opt
val input : #Dom_html.element Js.t -> Dom_html.inputElement Js.t Js.opt
val ins : #Dom_html.element Js.t -> Dom_html.modElement Js.t Js.opt
val label : #Dom_html.element Js.t -> Dom_html.labelElement Js.t Js.opt
val legend :
#Dom_html.element Js.t -> Dom_html.legendElement Js.t Js.opt
val li : #Dom_html.element Js.t -> Dom_html.liElement Js.t Js.opt
val link : #Dom_html.element Js.t -> Dom_html.linkElement Js.t Js.opt
val map : #Dom_html.element Js.t -> Dom_html.mapElement Js.t Js.opt
val meta : #Dom_html.element Js.t -> Dom_html.metaElement Js.t Js.opt
val _object :
#Dom_html.element Js.t -> Dom_html.objectElement Js.t Js.opt
val ol : #Dom_html.element Js.t -> Dom_html.oListElement Js.t Js.opt
val optgroup :
#Dom_html.element Js.t -> Dom_html.optGroupElement Js.t Js.opt
val option :
#Dom_html.element Js.t -> Dom_html.optionElement Js.t Js.opt
val p : #Dom_html.element Js.t -> Dom_html.paramElement Js.t Js.opt
val param : #Dom_html.element Js.t -> Dom_html.paramElement Js.t Js.opt
val pre : #Dom_html.element Js.t -> Dom_html.preElement Js.t Js.opt
val q : #Dom_html.element Js.t -> Dom_html.quoteElement Js.t Js.opt
val script :
#Dom_html.element Js.t -> Dom_html.scriptElement Js.t Js.opt
val select :
#Dom_html.element Js.t -> Dom_html.selectElement Js.t Js.opt
val style : #Dom_html.element Js.t -> Dom_html.styleElement Js.t Js.opt
val table : #Dom_html.element Js.t -> Dom_html.tableElement Js.t Js.opt
val tbody :
#Dom_html.element Js.t -> Dom_html.tableSectionElement Js.t Js.opt
val td :
#Dom_html.element Js.t -> Dom_html.tableCellElement Js.t Js.opt
val textarea :
#Dom_html.element Js.t -> Dom_html.textAreaElement Js.t Js.opt
val tfoot :
#Dom_html.element Js.t -> Dom_html.tableSectionElement Js.t Js.opt
val th :
#Dom_html.element Js.t -> Dom_html.tableCellElement Js.t Js.opt
val thead :
#Dom_html.element Js.t -> Dom_html.tableSectionElement Js.t Js.opt
val title : #Dom_html.element Js.t -> Dom_html.titleElement Js.t Js.opt
val tr : #Dom_html.element Js.t -> Dom_html.tableRowElement Js.t Js.opt
val ul : #Dom_html.element Js.t -> Dom_html.uListElement Js.t Js.opt
val video : #Dom_html.element Js.t -> Dom_html.videoElement Js.t Js.opt
val mouseEvent :
#Dom_html.event Js.t -> Dom_html.mouseEvent Js.t Js.opt
val keyboardEvent :
#Dom_html.event Js.t -> Dom_html.keyboardEvent Js.t Js.opt
val wheelEvent :
#Dom_html.event Js.t -> Dom_html.mousewheelEvent Js.t Js.opt
val mouseScrollEvent :
#Dom_html.event Js.t -> Dom_html.mouseScrollEvent Js.t Js.opt
val popStateEvent :
#Dom_html.event Js.t -> Dom_html.popStateEvent Js.t Js.opt
end
type timeout_id_safe
val setTimeout : (unit -> unit) -> float -> Dom_html.timeout_id_safe
val clearTimeout : Dom_html.timeout_id_safe -> unit
val js_array_of_collection :
#Dom_html.element Dom_html.collection Js.t ->
#Dom_html.element Js.t Js.js_array Js.t
val _requestAnimationFrame : (unit -> unit) Js.callback -> unit
val decode_html_entities : Js.js_string Js.t -> Js.js_string Js.t
val onIE : bool
val hasPushState : unit -> bool
val hasPlaceholder : unit -> bool
val hasRequired : unit -> bool
end