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