div-text-range-border

Character range border.

JSON

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

Parameters

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

stroke

object

Stroke style.

The value has the type div-stroke.

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

stroke

object

Stroke style.

The value has the type div-stroke.