Divider
A horizontal rule used to visually separate sections within a tab. Can optionally display a centered section label.
Type
"divider"
Relevant Fields
Inherits all Control Definition. Key fields:
| Field | Type | Default | Description |
|---|---|---|---|
label |
string | — | Optional section label centered on the divider |
tint |
color | "#FFFFFF" |
Line color |
style |
string | "line" |
"line" or "dashed" |
Examples
Section divider with label
{
"type": "divider",
"id": "section-break",
"position": [2, 0],
"span": [1, 4],
"label": "Advanced Settings",
"style": "dashed",
"tint": "#8E8E93"
}
Related
- Control Definition — Base fields