Layer Border

Type: object

AttributeTypeDescription
positionstring ("center", "inside" or "outside") (Optional)Position of the border
thicknessnumber (Optional)Thickness of the border
fillLayer Fill (Optional)-

Example

{
  "thickness": 1,
  "position": "inside",
  "fill": {
    "type": "color",
    "color": {
      "source_id": "0BEBFEB3-A107-4D1D-A3B0-77D1FBD35F01",
      "r": 143,
      "g": 152,
      "b": 5,
      "a": 1
    }
  }
}