Layer Shadow

Type: object

AttributeTypeDescription
typestring ("outer" or "inner") (Optional)Type of the shadow
offset_xnumber (Optional)Horizontal offset of the shadow
offset_ynumber (Optional)Vertical offset of the shadow
blur_radiusnumber (Optional)Blur radius of the shadow
spreadnumber (Optional)Spread of the shadow
colorColor 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
  }
}