The SVGForeignObjectElement interface provides access to the properties of <foreignObject> elements, as well as methods to manipulate them.
This interface also inherits properties from its parent, SVGGraphicsElement.
SVGForeignObjectElement.x Read onlyAn SVGAnimatedLength corresponding to the x attribute of the given <foreignObject> element.
SVGForeignObjectElement.y Read onlyAn SVGAnimatedLength corresponding to the x attribute of the given <foreignObject> element.
SVGForeignObjectElement.width Read onlyAn SVGAnimatedLength corresponding to the width attribute of the given <foreignObject> element.
SVGForeignObjectElement.height Read onlyAn SVGAnimatedLength corresponding to the height attribute of the given <foreignObject> element.
This interface has no methods but inherits methods from its parent, SVGGraphicsElement.