@arcmantle/lit-jsx
Preparing search index...
shared/jsx-types
JSX
AnimationAdditionSVGAttributes
Interface AnimationAdditionSVGAttributes
interface
AnimationAdditionSVGAttributes
{
accumulate
?:
|
typeof
nothing
|
"sum"
|
"none"
|
(
(
flag
:
void
)
=>
typeof
nothing
|
"sum"
|
"none"
)
;
additive
?:
|
typeof
nothing
|
"sum"
|
"replace"
|
(
(
flag
:
void
)
=>
typeof
nothing
|
"sum"
|
"replace"
)
;
attributeName
?:
|
string
|
typeof
nothing
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
)
;
}
Hierarchy (
View Summary
)
CanBeNothing
<
{
accumulate
:
"none"
|
"sum"
;
additive
:
"replace"
|
"sum"
;
attributeName
:
string
;
}
,
>
AnimationAdditionSVGAttributes
AnimateSVGAttributes
AnimateMotionSVGAttributes
AnimateTransformSVGAttributes
Index
Properties
accumulate?
additive?
attribute
Name?
Properties
Optional
accumulate
accumulate
?:
|
typeof
nothing
|
"sum"
|
"none"
|
(
(
flag
:
void
)
=>
typeof
nothing
|
"sum"
|
"none"
)
Optional
additive
additive
?:
|
typeof
nothing
|
"sum"
|
"replace"
|
(
(
flag
:
void
)
=>
typeof
nothing
|
"sum"
|
"replace"
)
Optional
attribute
Name
attributeName
?:
|
string
|
typeof
nothing
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accumulate
additive
attribute
Name
@arcmantle/lit-jsx
Loading...