tsParticles - v4.0.0-beta.12
Preparing search index...
tsParticles Particles Effect
ParticlesDrawer
IParticlesData
Interface IParticlesData
Particles effect shape data
interface
IParticlesData
{
close
?:
boolean
;
particles
?:
RecursivePartial
<
IParticlesOptions
>
;
spawn
?:
ISpawnParticlesData
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
IShapeValues
IParticlesData
Indexable
[
key
:
string
]:
unknown
Index
Properties
close?
particles?
spawn?
Properties
Optional
close
close
?:
boolean
Optional
particles
particles
?:
RecursivePartial
<
IParticlesOptions
>
Optional
spawn
spawn
?:
ISpawnParticlesData
Spawn configuration
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
particles
spawn
tsParticles - v4.0.0-beta.12
Loading...
Particles effect shape data