div-circle-shape
Circle.
Parameters
Parameters | Description |
---|---|
type |
string Required parameter. The value must always be Available platforms: Android, web. |
background_color |
string Fill color. Valid formats: Available platforms: Android, web. |
radius |
object Radius. The value has the type Default value: Available platforms: Android, web. |
stroke |
object Stroke style. The value has the type Available platforms: Android, web. |
JSON
{
type*: "circle",
background_color: "string",
radius: {
type*: "fixed",
unit: "string",
value*: "int"
},
stroke: {
color*: "string",
unit: "string",
width: "number"
}
}