Haxe API Documentation
Back | Index
extern class js.html.svg.UseElement
extends Element
Available in js
The SVGUseElement interface provides access to the properties of <use> elements, as well as methods to manipulate them.

Documentation for this class was provided by MDN.
var animatedInstanceRoot(default,null) : ElementInstance
If the xlink:href attribute is being animated, contains the current animated root of the instance tree. If the xlink:href attribute is not currently being animated, contains the same value as instanceRoot. See description of SVGElementInstance to learn more about the instance tree.
var height(default,null) : AnimatedLength
Corresponds to attribute height on the given <use> element.
var instanceRoot(default,null) : ElementInstance
The root of the instance tree. See description of SVGElementInstance to learn more about the instance tree.
var width(default,null) : AnimatedLength
Corresponds to attribute width on the given <use> element.
var x(default,null) : AnimatedLength
var y(default,null) : AnimatedLength
Back | Index