W3cubDocs

/Haxe JavaScript

Element

package js.html.svg

extends DOMElementNodeEventTarget

extended by AnimationElement, ClipPathElement, ComponentTransferFunctionElement, DescElement, FEBlendElement, FEColorMatrixElement, FEComponentTransferElement, FECompositeElement, FEConvolveMatrixElement, FEDiffuseLightingElement, FEDisplacementMapElement, FEDistantLightElement, FEDropShadowElement, FEFloodElement, FEGaussianBlurElement, FEImageElement, FEMergeElement, FEMergeNodeElement, FEMorphologyElement, FEOffsetElement, FEPointLightElement, FESpecularLightingElement, FESpotLightElement, FETileElement, FETurbulenceElement, FilterElement, GradientElement, GraphicsElement, MPathElement, MarkerElement, MaskElement, MetadataElement, PatternElement, ScriptElement, StopElement, StyleElement, SymbolElement, TitleElement, ViewElement

Available on js

All of the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement interface.

Documentation SVGElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlyownerSVGElement:SVGElement

An SVGSVGElement referring to the nearest ancestor svg element. null if the given element is the outermost svg element.

read onlyviewportElement:Element

The SVGElement, which established the current viewport. Often, the nearest ancestor svg element. null if the given element is the outermost svg element.

Methods

blur():Void

Throws:

null

DOMError

focus():Void

Throws:

null

DOMError

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/Element.html