package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method animationsPaused : bool Js.t Js.meth
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method checkEnclosure : element Js.t -> rect Js.t -> bool Js.t
method checkIntersection : element Js.t -> rect Js.t -> bool Js.t
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition : Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method contentScriptType : Js.js_string Js.t Js.prop
method contentStyleType : Js.js_string Js.t Js.prop
method createSVGAngle : angle Js.t Js.meth
method createSVGLength : length Js.t Js.meth
method createSVGMatrix : matrix Js.t Js.meth
method createSVGNumber : Js.number Js.t Js.meth
method createSVGPoint : point Js.t Js.meth
method createSVGRect : rect Js.t Js.meth
method createSVGTransform : transform Js.t Js.meth
method createSVGTransformFromMatrix : matrix Js.t -> transform Js.t Js.meth
method currentScale : float Js.prop
method currentTranslate : point Js.t Js.readonly_prop
method currentView : viewSpec Js.t Js.readonly_prop
method deselectAll : unit Js.meth
method externalResourcesRequired : animatedBoolean Js.t Js.readonly_prop
method farthestViewportElement : element Js.t Js.readonly_prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method forceRedraw : unit Js.meth
method getAttribute : 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 getBBox : rect Js.t Js.meth
method getCTM : matrix Js.t Js.meth
method getCurrentTime : float Js.meth
method getElementById : Js.js_string Js.t -> Dom.element Js.t Js.meth
method getElementsByTagName : Js.js_string Js.t -> Dom.element Dom.nodeList Js.t Js.meth
method getEnclosureList : rect Js.t -> element Js.t -> element Dom.nodeList Js.t Js.meth
method getIntersectionList : rect Js.t -> element Js.t -> element Dom.nodeList Js.t Js.meth
method getScreenCTM : matrix Js.t Js.meth
method getTransformToElement : element Js.t -> matrix 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 hasExtension : Js.js_string Js.t -> bool 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 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 nearestViewportElement : element Js.t Js.readonly_prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeType : Dom.nodeType Js.readonly_prop
method ownerSVGElement : svgElement Js.t Js.readonly_prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method pauseAnimations : unit Js.meth
method pixelUnitToMillimeterX : float Js.readonly_prop
method pixelUnitToMillimeterY : float Js.readonly_prop
method preserveAspectRatio : animatedPreserveAspectRatio Js.t Js.readonly_prop
method previousSibling : Dom.node Js.t Js.opt 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 requiredExtensions : stringList Js.t Js.readonly_prop
method requiredFeatures : stringList Js.t Js.readonly_prop
method screenPixelUnitToMillimeterX : float Js.readonly_prop
method screenPixelUnitToMillimeterY : float 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 setCurrentTime : int -> unit Js.meth
method suspendRedraw : int -> suspendHandleID Js.meth
method systemLanguage : stringList Js.t Js.readonly_prop
method unpauseAnimations : unit Js.meth
method unsuspendRedraw : suspendHandleID -> unit Js.meth
method unsuspendRedrawAll : unit Js.meth
method useCurrentView : bool Js.t Js.readonly_prop
method viewport : rect Js.t Js.readonly_prop
method viewportElement : element Js.t Js.readonly_prop
method xmlbase : Js.js_string Js.t Js.prop
method xmllang : Js.js_string Js.t Js.prop
method xmlspace : Js.js_string Js.t Js.prop
method zoomAndPan : zoomAndPanType Js.prop