Update API doc
parent
f4777982ce
commit
f4b08a0592
|
@ -3631,6 +3631,22 @@
|
||||||
"description": "Defines current options in AutoComplete component.",
|
"description": "Defines current options in AutoComplete component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [
|
"props": [
|
||||||
|
{
|
||||||
|
"name": "option",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "any",
|
||||||
|
"default": "",
|
||||||
|
"description": "Current option."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "index",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "number",
|
||||||
|
"default": "",
|
||||||
|
"description": "Index of the current option."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "selected",
|
"name": "selected",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
|
|
Loading…
Reference in New Issue