From 2d7d8517f007f72d783711fe1b6aaa1f42c36927 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 25 May 2023 14:16:16 +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 5591cbf03..267219c9f 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -20710,6 +20710,14 @@ "type": "InlineMessagePassThroughOptions", "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": [] @@ -31990,6 +31998,14 @@ "type": "SelectButtonPassThroughOptions", "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": []