Skip to main content

Divider

This view will display as a horizontal divider that allows you to easily create separation between sections of a UI.

JSON Format

{
"type": "divider",
"id": ...,
"type": ...,
"margin_left": ...,
"margin_right": ...,
"margin_top": ...,
"margin_bottom": ...,
"is_visible": ...,
"validation_message": ...,
"vertical": ...
}

Fields

FieldTypeRequiredDescription
verticalboolOptional. Defaults to false. Whether the divider should be a vertical divider (for use in a horizontal row, for example) or not.