AppDrawer
Presentations
v1.0
zero-schema
No description provided.
Required fields
PresentationType Child
Properties
PresentationType
string
required
AppDrawer is a commonly used widget that provides a sliding panel from the side of the screen. It is often used to provide navigation options and other quick access features within an app.
Allowed AppDrawer
BackgroundColor
string
optional
Defines the background color of the AppDrawer typically a color name or hex code
Width
number
optional
Specifies the how wide the drawer will be when rendered in pixel.
Child
object
required
Child defines the widget that is nested within App Drawer. It allows you to specify the content that should be displayed inside a App Drawer
Studio editor metadata
Shapes the studio editor; not enforced at runtime.
BackgroundColor{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "BackgroundColor",
"PresentationType": "ColorPicker"
}