height property

SVGAnimatedLength get height

The read-only height property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the .

Note: Although this property is read-only, it is merely a container for two values you can modify, SVGAnimatedLength.baseVal and SVGAnimatedLength.animVal.

Implementation

external SVGAnimatedLength get height;