From da0b83ec0846f58b62a6c1517dd306655c7e09d5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 9 Nov 2023 08:43:36 +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 cc89316fd..631c12e0a 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -38738,7 +38738,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t item: MenuItem, // Menuitem instance\n \t root: boolean, // Whether there is a root menuitem\n \t isActive: boolean, // Current active state of the menuitem\n \t label: undefined, // Label property of the menuitem\n \t props: PanelMenuRouterBindProps, // Binding properties of the menuitem\n \t hasSubmenu: boolean, // Whether or not there is a submenu\n }", + "type": "{\n \t item: MenuItem, // Menuitem instance\n \t root: boolean, // Whether there is a root menuitem\n \t active: boolean, // Current active state of the menuitem\n \t label: undefined, // Label property of the menuitem\n \t props: PanelMenuRouterBindProps, // Binding properties of the menuitem\n \t hasSubmenu: boolean, // Whether or not there is a submenu\n }", "description": "item slot's params." } ],