Preparing search index...
The search index is not available
tsParticles - v3.0.0
tsParticles
tsParticles Particles.js integration
bundle
RecursivePartial
Type Alias RecursivePartial<T>
Recursive
Partial
<
T
>
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
extends
(
infer
U
)
[]
?
RecursivePartial
<
U
>
[]
:
T
[
P
]
extends
object
|
undefined
?
RecursivePartial
<
T
[
P
]
>
:
T
[
P
]
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
tsParticles - v3.0.0
Loading...