From d5c901ab0f1c2cce530c606a3c345a672dbb6a5f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 29 Mar 2024 05:34:03 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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,