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
anim
Val
:
SVGLengthList
Readonly
base
Val
base
Val
:
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