Update API doc
parent
fce857ae8c
commit
d5c901ab0f
|
@ -23775,6 +23775,22 @@
|
|||
"description": "Defines current options in Dropdown component.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
{
|
||||
"name": "option",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "any",
|
||||
"default": "",
|
||||
"description": "Current item option."
|
||||
},
|
||||
{
|
||||
"name": "index",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "number",
|
||||
"default": "",
|
||||
"description": "Current item index."
|
||||
},
|
||||
{
|
||||
"name": "selected",
|
||||
"optional": false,
|
||||
|
|
Loading…
Reference in New Issue