type DropShadowOptions = object;
Options for configuring drop shadow effects on blocks.
Properties#
Property | Type | Description |
---|---|---|
color? | Color | The color of the drop shadow |
offset? | object | The offset position of the shadow |
offset.x? | number | Horizontal offset in scene design units |
offset.y? | number | Vertical offset in scene design units |
blur? | object | The blur radius of the shadow |
blur.x? | number | Horizontal blur radius in scene design units |
blur.y? | number | Vertical blur radius in scene design units |