W3cubDocs

/Haxe JavaScript

ForeignObjectElement

package js.html.svg

extends GraphicsElementElementDOMElementNodeEventTarget

Available on js

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

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

See also:

Variables

read onlyheight:AnimatedLength

An SVGAnimatedLength corresponding to the height attribute of the given foreignObject element.

read onlywidth:AnimatedLength

An SVGAnimatedLength corresponding to the width attribute of the given foreignObject element.

read onlyx:AnimatedLength

An SVGAnimatedLength corresponding to the x attribute of the given foreignObject element.

read onlyy:AnimatedLength

An SVGAnimatedLength corresponding to the x attribute of the given foreignObject element.

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