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