Design Format
BorderSide
Top border override for this cell.
Top border override for this cell.
Type Information
Base Type: object
Properties
| Property | Type | Description |
|---|---|---|
color | string | Border color for this side. |
width | number | Border 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"
]
}
}
}Related Definitions
No related definitions found.