Type: object
Attribute | Type | Description |
---|---|---|
position | string ("center" , "inside" or "outside" ) (Optional) | Position of the border |
thickness | number (Optional) | Thickness of the border |
fill | Layer 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
}
}
}