diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 225ec410e..cbc028456 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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,