From c03870dea6ba59d15e36f1e81aa63f985329ad50 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 8 Nov 2023 13:11:05 +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 8f6c8082c..cc89316fd 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 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 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 }", "description": "item slot's params." } ],