Preparing search index...
The search index is not available
tsParticles - v3.0.0
tsParticles
tsParticles Confetti Bundle
bundle
IInteractor
Interface IInteractor<TParticle>
interface
IInteractor
<
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
;
reset
(
particle
:
TParticle
)
:
void
;
}
Type Parameters
TParticle
extends
Particle
=
Particle
Hierarchy (
view full
)
IInteractor
IExternalInteractor
IParticlesInteractor
Index
Properties
load
Options?
load
Particles
Options?
type
Methods
clear
init
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
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
reset
tsParticles - v3.0.0
Loading...