div-rounded-rectangle-shape
A rectangle with rounded corners.
Parameters
Parameters | Description |
---|---|
type |
string Required parameter. The value must always be Available platforms: Android, iOS, web. |
background_color |
string Fill color. Valid formats: Available platforms: Android, iOS, web. |
corner_radius |
object Corner rounding radius. The value has the type Default value: Available platforms: Android, iOS, web. |
item_height |
object Height. The value has the type Default value: Available platforms: Android, iOS, web. |
item_width |
object Width. The value has the type Default value: Available platforms: Android, iOS, web. |
stroke |
object Stroke style. The value has the type Available platforms: Android, iOS, web. |
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: "number"
}
}