SnackBar
Presentations
v1.0
zero-schema
No description provided.
Required fields
PresentationType Message
Properties
PresentationType
string
required
SnackBar is a lightweight message that appears briefly at the bottom of the screen. It provides feedback about an operation and can include an optional action, such as a button to undo a previous action.
Allowed SnackBar
LabelColor
string
optional
The color of the text label in the SnackBar that can be color name or hex value
BackgroundColor
string
optional
The background color of the sncakbar that can be color name or hex value
Color
string
optional
The color of the message text in the SnackBar that can be color name or hex value
Message
string
required
The text message that will be displayed in the SnackBar.
Default
"...Text..."Studio editor metadata
Shapes the studio editor; not enforced at runtime.
LabelColor{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "LabelColor",
"PresentationType": "ColorPicker"
}
BackgroundColor{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "BackgroundColor",
"PresentationType": "ColorPicker"
}
Color{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "Color",
"PresentationType": "ColorPicker"
}