div-rounded-rectangle-shape
A rectangle with rounded corners.
JSON
{
type*: "rounded_rectangle",
background_color: "string",
corner_radius: {
type*: "fixed",
unit: "string",
value*: "int"
},
item_height: {
type*: "fixed",
unit: "string",
value*: "int"
},
item_width: {
type*: "fixed",
unit: "string",
value*: "int"
},
stroke: {
color*: "string",
unit: "string",
width: "int"
}
}
Parameters
Parameters | Description |
---|---|
background_color | string Fill color. Valid formats: |
corner_radius | object Corner rounding radius. The value has the type Default value: |
item_height | object Height. The value has the type Default value: |
item_width | object Width. The value has the type Default value: |
stroke | object Stroke style. The value has the type |
type | string Required parameter. The value must always be |
Parameters | Description |
---|---|
background_color | string Fill color. Valid formats: |
corner_radius | object Corner rounding radius. The value has the type Default value: |
item_height | object Height. The value has the type Default value: |
item_width | object Width. The value has the type Default value: |
stroke | object Stroke style. The value has the type |
type | string Required parameter. The value must always be |