baseVal property
int
get
baseVal
The baseVal
property of the SVGAnimatedEnumeration interface
contains the initial value of an SVG enumeration.
Implementation
external int get baseVal;
set
baseVal
(int value)
Implementation
external set baseVal(int value);