Typescript Library Declarations (DOM)
Interface SVGAnimatedBoolean
Used for attributes of type boolean which can be animated.
MDN Reference
interface
SVGAnimatedBoolean
{
animVal
:
boolean
;
baseVal
:
boolean
;
}
Index
Properties
anim
Val
base
Val
Properties
Readonly
anim
Val
anim
Val
:
boolean
base
Val
base
Val
:
boolean
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 boolean which can be animated.
MDN Reference