Dropdownprops
Overview
dropdownProps applies to dropdown.
Field Table
Key |
Type |
Default |
Binding |
UI Effect / Limits |
|---|---|---|---|---|
|
string[] |
|
|
dropdown options; the binding string must resolve to a string array |
|
integer |
|
|
index of the currently selected item |
Example
"dropdownProps": {
"options": ["Light", "Dark"],
"selectedIndex": 0
}