Polotno
Design Format

BorderSide

Top border override for this cell.

Top border override for this cell.

Type Information

Base Type: object

Properties

PropertyTypeDescription
colorstringBorder color for this side.
widthnumberBorder width in pixels for this side.
style"solid" | "dashed" | "dotted" | "none"Border style for this side.

JSON Schema

{
  "description": "Top border override for this cell.",
  "type": "object",
  "properties": {
    "color": {
      "description": "Border color for this side.",
      "type": "string"
    },
    "width": {
      "description": "Border width in pixels for this side.",
      "type": "number"
    },
    "style": {
      "description": "Border style for this side.",
      "type": "string",
      "enum": [
        "solid",
        "dashed",
        "dotted",
        "none"
      ]
    }
  }
}

No related definitions found.

On this page