From 5bdc39cda1a6ddc316f625009f982508bf8ebc06 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 29 May 2023 11:13:10 +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 e8054dcec..e9c2dafcf 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -11602,6 +11602,14 @@ "default": "", "description": "Uses to pass attributes to the submenu icon's DOM element." }, + { + "name": "submenu", + "optional": true, + "readonly": false, + "type": "ContextMenuPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the submenu's DOM element." + }, { "name": "separator", "optional": true, @@ -11818,6 +11826,14 @@ "type": "ContextMenuPassThroughOptions", "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": []