zero.appdocs

Accordian

Presentations v1.0 zero-schema

No description provided.

Missing descriptions: DivideColor.

Required fields

PresentationType Children

Properties

PresentationType string required
An accordion plugin is a component that accepts a list of children and allows them to collapse or expand when clicked.
Allowed Accordian
AnimationDuration number optional
The duration of animations within the accordion, measured in milliseconds.
Default 250
BackgroundColor string optional
The background color of the Container.
CanTapOnHeader boolean optional
A boolean value indicating whether the header of the accordion can be tapped.
Default true
DivideColor string optional
No description
Elevation number optional
The padding applied to the header when it is expanded.
Default 2
MaterialGap number optional
The size of the gap between material elements within the accordion.
Default 16
Children array required
List of child widgets displayed within the accordion. Can be any widget type.

Studio editor metadata

Shapes the studio editor; not enforced at runtime.

BackgroundColor
{
  "OnChange": {
    "To": "{{ Id }}",
    "Handler": "Whisper"
  },
  "InitialValue": "{{ Value }}",
  "DisplayText": "BackgroundColor",
  "PresentationType": "ColorPicker"
}
DivideColor
{
  "OnChange": {
    "To": "{{ Id }}",
    "Handler": "Whisper"
  },
  "InitialValue": "{{ Value }}",
  "DisplayText": "DivideColor",
  "PresentationType": "ColorPicker"
}