W3cubDocs

/Haxe JavaScript

FilterElement

package js.html.svg

extends ElementDOMElementNodeEventTarget

Available on js

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

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

See also:

Variables

read onlyfilterUnits:AnimatedEnumeration

An SVGAnimatedEnumeration that corresponds to the filterUnits attribute of the given filter element. Takes one of the constants defined in SVGUnitTypes.

read onlyheight:AnimatedLength

An SVGAnimatedLength that corresponds to the height attribute of the given filter element.

read onlyhref:AnimatedString

read onlyprimitiveUnits:AnimatedEnumeration

An SVGAnimatedEnumeration that corresponds to the primitiveUnits attribute of the given filter element. Takes one of the constants defined in SVGUnitTypes.

read onlywidth:AnimatedLength

An SVGAnimatedLength that corresponds to the width attribute of the given filter element.

read onlyx:AnimatedLength

An SVGAnimatedLength that corresponds to the x attribute on the given filter element.

read onlyy:AnimatedLength

An SVGAnimatedLength that corresponds to the y attribute of the given filter element.

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