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."
}
],