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 corners_radius.

Restriction for the value x: x >= 0.

Available platforms: Android, iOS, web.

stroke

object

Stroke style.

The value has the type div-stroke.

Available platforms: Android, iOS, web.

JSON
{
  corner_radius: "int",
  stroke: {
    color*: "string",
    unit: "string",
    width: "number"
  }
}