Select
Presentations
v1.0
zero-schema
No description provided.
Required fields
PresentationType Name
Properties
PresentationType
string
required
Select is like a box with a list of choices inside. When you tap on it, the box opens up, showing you all the choices. You can then pick one, and that choice appears on the box's top
Allowed Select
Name
string
required
A string that represents the name or label of the select widget.
Default
"Undefined"Key
string
optional
A string that serves as a unique identifier for the select widget.
Url
string
optional
A string representing a URL associated with the select widget
Title
string
optional
A string used as the title or heading for the select widget.
Value
string
optional
A string representing the selected value of the select widget.
Values
array
optional
An array containing the possible values that can be selected in the select widget.
FontSize
number
optional
A number representing the font size of the text displayed in the select widget.
Default
15OnChange
composed
optional
An object that specifies actions to be performed when the selected value in the select widget changes.
IsExpanded
boolean
optional
A boolean value indicating whether the select widget should be expanded or collapsed by default.
Default
trueIsRequired
boolean
optional
A boolean value indicating whether the select widget is required to have a value selected.
Default
falseDisplayText
string
optional
A string used to display additional text or information in the select widget.
InitialValue
string
optional
A string representing the initial value selected in the select widget.
BorderRadius
number
optional
A number representing the border radius of the select widget.
Default
0