Typescript Library Declarations (DOM)
Interface SVGAnimatedLengthList
Used for attributes of type SVGLengthList which can be animated.
MDN Reference
interface
SVGAnimatedLengthList
{
animVal
:
SVGLengthList
;
baseVal
:
SVGLengthList
;
}
Index
Properties
anim
Val
base
Val
Properties
Readonly
anim
Val
animVal
:
SVGLengthList
Readonly
base
Val
baseVal
:
SVGLengthList
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
anim
Val
base
Val
Typescript Library Declarations (DOM)
Used for attributes of type SVGLengthList which can be animated.
MDN Reference