diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 631c12e0a..401d381c4 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -46600,7 +46600,7 @@
{
"name": "scope",
"optional": false,
- "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: StepsRouterBindProps, // Binding properties of the menuitem\n }",
+ "type": "{\n \t item: MenuItem, // Menuitem instance\n \t active: boolean, // Current active state of the menuitem\n \t label: undefined, // Label property of the menuitem\n \t index: number, // Order of the menuitem\n \t props: StepsRouterBindProps, // Binding properties of the menuitem\n }",
"description": "item slot's params."
}
],
@@ -47204,7 +47204,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t item: MenuItem, // Menuitem instance\n \t label: undefined, // Label property of the menuitem\n \t props: TabMenuRouterBindProps, // Binding properties of the menuitem\n }",
+ "type": "{\n \t item: MenuItem, // Menuitem instance\n \t index: number, // Index of the menuitem\n \t active: boolean, // Current active state of the menuitem\n \t label: undefined, // Label property of the menuitem\n \t props: TabMenuRouterBindProps, // Binding properties of the menuitem\n }",
"description": "item slot's params."
}
],