zero.appdocs

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 false
Height number optional
The height of the divider, in pixels.
Default 0
Thickness number optional
The thickness of the divider, in pixels
Default 0
EndIndent number optional
The space, in pixels, to leave at the end of the divider.
Default 0
Intend 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"
}