Type: object
Attribute | Type | Description |
---|---|---|
type | string ("outer" or "inner" ) (Optional) | Type of the shadow |
offset_x | number (Optional) | Horizontal offset of the shadow |
offset_y | number (Optional) | Vertical offset of the shadow |
blur_radius | number (Optional) | Blur radius of the shadow |
spread | number (Optional) | Spread of the shadow |
color | Color Data (Optional) | - |
Example
{
"type": "outer",
"offset_x": 0,
"offset_y": 2,
"blur_radius": 4,
"spread": 0,
"color": {
"source_id": "0BEBFEB3-A107-4D1D-A3B0-77D1FBD35F01",
"r": 143,
"g": 152,
"b": 5,
"a": 1
}
}