Update API doc

pull/7007/merge
GitHub Actions Bot 2025-01-14 07:08:55 +00:00
parent f4777982ce
commit f4b08a0592
1 changed files with 16 additions and 0 deletions

View File

@ -3631,6 +3631,22 @@
"description": "Defines current options in AutoComplete component.",
"relatedProp": "",
"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",
"optional": false,