ColorPicker
Presentations
v1.0
zero-schema
No description provided.
Required fields
PresentationType Name
Properties
PresentationType
string
required
This presentation is used to define a AppBar element in a presentation, specifically for displaying ColorPicker.
Allowed ColorPicker
Name
string
required
The Name of the ColorPicker
Color
string
optional
The color of the Color Picker represented with color name or hex value
InitialValue
string
optional
The InitialValue of the ColorPicker
Studio editor metadata
Shapes the studio editor; not enforced at runtime.
Color{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "Color",
"PresentationType": "ColorPicker"
}