Divider
Presentations
v1.0
zero-schema
No description provided.
Required fields
PresentationType
Properties
PresentationType
string
required
A Divider creates a horizontal and vertical line to visually separate content, customizable with attributes like height, thickness, color, and indentation, commonly used in lists and layouts for clarity and organization.
Allowed DividerBox
Color
string
optional
The color of the divider represented with hex value or color name
IsVertical
boolean
optional
A boolean value indicating if the divider is vertical
Default
falseHeight
number
optional
The height of the divider, in pixels.
Default
0Thickness
number
optional
The thickness of the divider, in pixels
Default
0EndIndent
number
optional
The space, in pixels, to leave at the end of the divider.
Default
0Intend
number
optional
The space, in pixels, to leave at the beginning of the divider.
Studio editor metadata
Shapes the studio editor; not enforced at runtime.
Color{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "Color",
"PresentationType": "ColorPicker"
}