zero.appdocs

Page

Presentations v1.0 zero-schema

No description provided.

Missing descriptions: PresentationType, Center, BackgroundSize, BackgroundImage, BackgroundOpacity.

Required fields

PresentationType Child

Properties

PresentationType string required
No description
Allowed Page
BackgroundColor string optional
The background color of the Page.
Color string optional
The color of the Page.
Width number, string, object optional
Page width. Accepts a number, a string (e.g. "80%"), or a responsive map such as {"sm": "100%", "md": "85%", "lg": "80%"}.
Center boolean optional
No description
BackgroundSize string optional
No description
BackgroundImage string optional
No description
BackgroundOpacity number optional
No description
Child object required
The root child widget of the Page (any presentation/widget).

Referenced contracts

Studio editor metadata

Shapes the studio editor; not enforced at runtime.

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