tsParticles - v0.0.0
Preparing search index...
tsParticles Interactivity Plugin
IInteractor
IInteractor
Interface IInteractor<TParticle>
interface
IInteractor
<
TParticle
extends
Particle
=
Particle
>
{
loadOptions
?:
(
options
:
Options
,
...
sources
:
(
RecursivePartial
<
IOptions
>
|
undefined
)
[]
,
)
=>
void
;
loadParticlesOptions
?:
(
options
:
InteractivityParticlesOptions
,
...
sources
:
(
RecursivePartial
<
IInteractivityParticlesOptions
>
|
undefined
)
[]
,
)
=>
void
;
type
:
InteractorType
;
clear
(
particle
:
TParticle
,
delta
:
IDelta
)
:
void
;
init
()
:
void
;
reset
(
interactivityData
:
IInteractivityData
,
particle
:
TParticle
)
:
void
;
}
Type Parameters
TParticle
extends
Particle
=
Particle
Hierarchy (
View Summary
)
IInteractor
IExternalInteractor
IParticlesInteractor
Index
Properties
load
Options?
load
Particles
Options?
type
Methods
clear
init
reset
Properties
Optional
load
Options
loadOptions
?:
(
options
:
Options
,
...
sources
:
(
RecursivePartial
<
IOptions
>
|
undefined
)
[]
,
)
=>
void
Optional
load
Particles
Options
loadParticlesOptions
?:
(
options
:
InteractivityParticlesOptions
,
...
sources
:
(
RecursivePartial
<
IInteractivityParticlesOptions
>
|
undefined
)
[]
,
)
=>
void
type
type
:
InteractorType
Methods
clear
clear
(
particle
:
TParticle
,
delta
:
IDelta
)
:
void
Parameters
particle
:
TParticle
delta
:
IDelta
Returns
void
init
init
()
:
void
Returns
void
reset
reset
(
interactivityData
:
IInteractivityData
,
particle
:
TParticle
)
:
void
Parameters
interactivityData
:
IInteractivityData
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 - v0.0.0
Loading...