From d04983a774effbfb505377c83ac185397088f6f6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 3 Nov 2023 12:56:39 +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 b2b256687..941e10f73 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -38325,7 +38325,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t item: MenuItem, // Menuitem instance\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 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." } ],