tsParticles - v0.0.0
Preparing search index...
tsParticles Fireworks Bundle
bundle
IPlugin
Interface IPlugin
interface
IPlugin
{
id
:
string
;
loadParticlesOptions
?:
(
container
:
Container
,
options
:
ParticlesOptions
,
source
?:
RecursivePartial
<
IParticlesOptions
>
,
)
=>
void
;
getPlugin
(
container
:
Container
)
:
Promise
<
IContainerPlugin
>
;
loadOptions
(
container
:
Container
,
options
:
Options
,
source
?:
RecursivePartial
<
IOptions
>
,
)
:
void
;
needsPlugin
(
options
?:
RecursivePartial
<
IOptions
>
)
:
boolean
;
}
Index
Properties
id
load
Particles
Options?
Methods
get
Plugin
load
Options
needs
Plugin
Properties
Readonly
id
id
:
string
Optional
load
Particles
Options
loadParticlesOptions
?:
(
container
:
Container
,
options
:
ParticlesOptions
,
source
?:
RecursivePartial
<
IParticlesOptions
>
,
)
=>
void
Methods
get
Plugin
getPlugin
(
container
:
Container
)
:
Promise
<
IContainerPlugin
>
Parameters
container
:
Container
Returns
Promise
<
IContainerPlugin
>
load
Options
loadOptions
(
container
:
Container
,
options
:
Options
,
source
?:
RecursivePartial
<
IOptions
>
,
)
:
void
Parameters
container
:
Container
options
:
Options
Optional
source
:
RecursivePartial
<
IOptions
>
Returns
void
needs
Plugin
needsPlugin
(
options
?:
RecursivePartial
<
IOptions
>
)
:
boolean
Parameters
Optional
options
:
RecursivePartial
<
IOptions
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
load
Particles
Options
Methods
get
Plugin
load
Options
needs
Plugin
tsParticles - v0.0.0
Loading...