tsParticles - v4.0.0-beta.12
Preparing search index...
tsParticles Shadow Effect
ShadowDrawer
IShadowData
Interface IShadowData
Shadow effect shape data
interface
IShadowData
{
blur
?:
number
;
close
?:
boolean
;
color
?:
IRangeColor
;
offset
?:
ICoordinates
;
particles
?:
RecursivePartial
<
IParticlesOptions
>
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
IShapeValues
IShadowData
Indexable
[
key
:
string
]:
unknown
Index
Properties
blur?
close?
color?
offset?
particles?
Properties
Optional
blur
blur
?:
number
Shadow blur radius
Optional
close
close
?:
boolean
Optional
color
color
?:
IRangeColor
Shadow color
Optional
offset
offset
?:
ICoordinates
Shadow offset
Optional
particles
particles
?:
RecursivePartial
<
IParticlesOptions
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blur
close
color
offset
particles
tsParticles - v4.0.0-beta.12
Loading...
Shadow effect shape data