From 9a0f329e2ffbb2cb887ea32fb3977b304bab4c0d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 30 May 2023 08:26:32 +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 ea4cbc9c4..69b1bfa96 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -28767,6 +28767,14 @@ "default": "", "description": "Uses to pass attributes to the label's DOM element." }, + { + "name": "submenu", + "optional": true, + "readonly": false, + "type": "PanelMenuPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the submenu's DOM element." + }, { "name": "separator", "optional": true, @@ -28941,6 +28949,14 @@ "type": "PanelMenuPassThroughOptions", "default": "", "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." } ], "methods": []