class js.html.svg.ForeignObjectElement extends Element

Available on js

The SVGForeignObjectElement interface provides access to the properties of <foreignObject> elements, as well as methods to manipulate them.

Documentation for this class was provided by MDN.

Instance Fields

var height:AnimatedLength

Corresponds to attribute height on the given <foreignObject> element.

var width:AnimatedLength

Corresponds to attribute width on the given <foreignObject> element.