div-text-range-border
Character range border.
Parameters
Parameters | Description |
---|---|
corner_radius |
int One radius of element and stroke corner rounding. Has a lower priority than Restriction for the value Available platforms: Android, iOS, web. |
stroke |
object Stroke style. The value has the type Available platforms: Android, iOS, web. |
JSON
{
corner_radius: "int",
stroke: {
color*: "string",
unit: "string",
width: "number"
}
}