@arcmantle/lit-jsx
Preparing search index...
shared/jsx-types
JSX
ConditionalProcessingSVGAttributes
Interface ConditionalProcessingSVGAttributes
interface
ConditionalProcessingSVGAttributes
{
requiredExtensions
?:
|
string
|
typeof
nothing
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
)
;
requiredFeatures
?:
|
string
|
typeof
nothing
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
)
;
systemLanguage
?:
|
string
|
typeof
nothing
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
)
;
}
Hierarchy (
View Summary
)
CanBeNothing
<
{
requiredExtensions
:
string
;
requiredFeatures
:
string
;
systemLanguage
:
string
;
}
,
>
ConditionalProcessingSVGAttributes
AnimationElementSVGAttributes
CircleSVGAttributes
ClipPathSVGAttributes
DefsSVGAttributes
EllipseSVGAttributes
ForeignObjectSVGAttributes
GSVGAttributes
ImageSVGAttributes
LineSVGAttributes
MaskSVGAttributes
PathSVGAttributes
PatternSVGAttributes
PolygonSVGAttributes
PolylineSVGAttributes
RectSVGAttributes
SvgSVGAttributes
SwitchSVGAttributes
TextSVGAttributes
TextPathSVGAttributes
TSpanSVGAttributes
UseSVGAttributes
Index
Properties
required
Extensions?
required
Features?
system
Language?
Properties
Optional
required
Extensions
requiredExtensions
?:
|
string
|
typeof
nothing
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
)
Optional
required
Features
requiredFeatures
?:
|
string
|
typeof
nothing
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
)
Optional
system
Language
systemLanguage
?:
|
string
|
typeof
nothing
|
(
(
flag
:
void
)
=>
string
|
typeof
nothing
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
required
Extensions
required
Features
system
Language
@arcmantle/lit-jsx
Loading...