From b00dfe53d1d2c98532b53543cbddead8619fba55 Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Wed, 30 Aug 2023 14:30:21 +0000
Subject: [PATCH] Update API doc
---
doc/common/apidoc/index.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 7f90b572b..9d5835272 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -39208,7 +39208,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t item: MenuItem, // Menuitem instance\n }",
+ "type": "{\n \t item: MenuItem, // Menuitem instance\n \t label: undefined, // Label property of the menuitem\n \t index: number, // Order of the menuitem\n \t props: (args: any) ⇒ string, // Binding properties of the menuitem\n }",
"description": "item slot's params."
}
],