From 77812ed971d46361804d037d966785b518006004 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 29 May 2023 12:32:38 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index e9c2dafcf..319a1614d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -36129,6 +36129,14 @@ "default": "", "description": "Uses to pass attributes to the submenu icon's DOM element." }, + { + "name": "submenu", + "optional": true, + "readonly": false, + "type": "TieredMenuPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the submenu's DOM element." + }, { "name": "separator", "optional": true, @@ -36136,6 +36144,14 @@ "type": "TieredMenuPassThroughOptionType", "default": "", "description": "Uses to pass attributes to the separator's DOM element." + }, + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." } ], "methods": []