width property

SVGAnimatedLength get width

The read-only width property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width 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 width;