tsParticles - v0.0.0
Preparing search index...
tsParticles Cards Shape
ICardData
ICardData
Interface ICardData
interface
ICardData
{
close
?:
boolean
;
fill
?:
boolean
;
particles
?:
RecursivePartial
<
IParticlesOptions
>
;
suit
:
SuitType
;
value
:
CardValue
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
IShapeValues
ICardData
Indexable
[
key
:
string
]:
unknown
Index
Properties
close?
fill?
particles?
suit
value
Properties
Optional
close
close
?:
boolean
Optional
fill
fill
?:
boolean
Optional
particles
particles
?:
RecursivePartial
<
IParticlesOptions
>
suit
suit
:
SuitType
value
value
:
CardValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
fill
particles
suit
value
tsParticles - v0.0.0
Loading...