maskUnits property

SVGAnimatedEnumeration get maskUnits

The read-only maskUnits property of the SVGMaskElement interface reflects the maskUnits attribute of a element which defines the coordinate system to use for the mask of the element.

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

Implementation

external SVGAnimatedEnumeration get maskUnits;