From 5130a1e9db0cd0a32ba566521fd5440c2e7a777c Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 24 Jul 2023 14:23:57 +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 207b530a3..6ecb5fc9f 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -14249,6 +14249,22 @@ "description": "Defines current options in ContextMenu component.", "relatedProp": "", "props": [ + { + "name": "item", + "optional": false, + "readonly": false, + "type": "any", + "default": "", + "description": "Current menuitem" + }, + { + "name": "index", + "optional": false, + "readonly": false, + "type": "number", + "default": "", + "description": "Index of the menuitem" + }, { "name": "active", "optional": false,