From 18d7702293dcb90be9b27b3c5c0043b9c0d589a0 Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Thu, 9 Nov 2023 08:45:32 +0000
Subject: [PATCH] Update API doc
---
doc/common/apidoc/index.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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."
}
],