Preparing search index...
The search index is not available
tsParticles - v3.0.0
tsParticles
tsParticles Slim Bundle
bundle
IExternalInteractor
Interface IExternalInteractor<TParticle>
interface
IExternalInteractor
<
TParticle
>
{
handleClickMode
?:
(
(
mode
:
string
)
=>
void
)
;
loadModeOptions
?:
(
(
options
:
Modes
,
...
sources
:
RecursivePartial
<
undefined
|
IModes
>
[]
)
=>
void
)
;
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
(
delta
:
IDelta
)
:
void
;
isEnabled
(
particle
?:
TParticle
)
:
boolean
;
reset
(
particle
:
TParticle
)
:
void
;
}
Type Parameters
TParticle
extends
Particle
=
Particle
Hierarchy (
view full
)
IInteractor
<
TParticle
>
IExternalInteractor
Implemented by
ExternalInteractorBase
Index
Properties
handle
Click
Mode?
load
Mode
Options?
load
Options?
load
Particles
Options?
type
Methods
clear
init
interact
is
Enabled
reset
Properties
Optional
handle
Click
Mode
handle
Click
Mode
?:
(
(
mode
:
string
)
=>
void
)
Optional
load
Mode
Options
load
Mode
Options
?:
(
(
options
:
Modes
,
...
sources
:
RecursivePartial
<
undefined
|
IModes
>
[]
)
=>
void
)
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
(
delta
)
:
void
Parameters
delta
:
IDelta
Returns
void
is
Enabled
is
Enabled
(
particle
?
)
:
boolean
Parameters
Optional
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
handle
Click
Mode
load
Mode
Options
load
Options
load
Particles
Options
type
Methods
clear
init
interact
is
Enabled
reset
tsParticles - v3.0.0
Loading...