Divider
The Divider divider
is a layout field, it just shows a customizable bar, it
doesn't return any value.
Example
{
"component": "divider",
"name": "my_divider",
"color": "#999999",
"size": 2
}
Loading...
Reference
Property | Type | Description |
---|---|---|
component | string | = "divider" |
name | string | The name of the field and the key of the JSON |
size | number | Thickness of the divider in pixel |
color | string | Color of the bar (i.e., #999999) |
hidden | boolean | Hides the field from the form |
Pick up a framework to show specific properties |