From 10a7990499a67a7c0b6774facd7b5609696ed9e0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 1 Sep 2023 11:01:48 +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 0e7ac6401..52eb05647 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -28509,7 +28509,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t item: MenuItem, // Menuitem instance\n \t label: undefined, // Label property of the menuitem\n \t props: (args: any) ⇒ string, // Binding properties of the menuitem\n \t root: boolean, // State of the root\n }", + "type": "{\n \t item: MenuItem, // Menuitem instance\n \t label: undefined, // Label property of the menuitem\n \t props: (args: any) ⇒ string, // Binding properties of the menuitem\n \t root: boolean, // State of the root\n \t hasSubmenu: boolean, // Whether or not there is a submenu\n }", "description": "item slot's params." } ],