Preparing search index...
The search index is not available
tsParticles - v3.0.0
tsParticles
tsParticles Confetti Bundle
bundle
IParticlesInteractor
Interface IParticlesInteractor<TParticle>
interface
IParticlesInteractor
<
TParticle
>
{
loadOptions
?:
(
(
options
:
Options
,
...
sources
:
(
undefined
|
RecursivePartial
<
IOptions
>
)
[]
)
=>
void
)
;
loadParticlesOptions
?:
(
(
options
:
ParticlesOptions
,
...
sources
:
(
undefined
|
RecursivePartial
<
IParticlesOptions
>
)
[]
)
=>
void
)
;
type
:
InteractorType
;
clear
(
particle
:
TParticle
,
delta
:
IDelta
)
:
void
;
init
(
)
:
void
;
interact
(
particle
:
TParticle
,
delta
:
IDelta
)
:
void
;
isEnabled
(
particle
:
TParticle
)
:
boolean
;
reset
(
particle
:
TParticle
)
:
void
;
}
Type Parameters
TParticle
extends
Particle
=
Particle
Hierarchy (
view full
)
IInteractor
<
TParticle
>
IParticlesInteractor
Implemented by
ParticlesInteractorBase
Index
Properties
load
Options?
load
Particles
Options?
type
Methods
clear
init
interact
is
Enabled
reset
Properties
Optional
load
Options
load
Options
?:
(
(
options
:
Options
,
...
sources
:
(
undefined
|
RecursivePartial
<
IOptions
>
)
[]
)
=>
void
)
Optional
load
Particles
Options
load
Particles
Options
?:
(
(
options
:
ParticlesOptions
,
...
sources
:
(
undefined
|
RecursivePartial
<
IParticlesOptions
>
)
[]
)
=>
void
)
type
type
:
InteractorType
Methods
clear
clear
(
particle
,
delta
)
:
void
Parameters
particle
:
TParticle
delta
:
IDelta
Returns
void
init
init
(
)
:
void
Returns
void
interact
interact
(
particle
,
delta
)
:
void
Parameters
particle
:
TParticle
delta
:
IDelta
Returns
void
is
Enabled
is
Enabled
(
particle
)
:
boolean
Parameters
particle
:
TParticle
Returns
boolean
reset
reset
(
particle
)
:
void
Parameters
particle
:
TParticle
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
load
Options
load
Particles
Options
type
Methods
clear
init
interact
is
Enabled
reset
tsParticles - v3.0.0
Loading...