Layer Corner Radius

Per-corner border radius of the layer

Type: object

AttributeTypeDescription
top_leftnumber (Optional)Radius of the top-left corner
top_rightnumber (Optional)Radius of the top-right corner
bottom_rightnumber (Optional)Radius of the bottom-right corner
bottom_leftnumber (Optional)Radius of the bottom-left corner

Example

{
  "top_left": 6,
  "top_right": 6,
  "bottom_right": 6,
  "bottom_left": 6
}