class js.html.svg.UseElement extends Element
Available on 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.
Instance Fields
var animatedInstanceRoot: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 instanceRoot:ElementInstance
The root of the instance tree. See description of SVGElementInstance
to learn more about the instance tree.