From 3699164be096d84269a6c30223d211c8f98c210a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 24 May 2023 08:54:58 +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 3e2eac92f..0c344e3b8 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -33615,6 +33615,14 @@ "type": "SplitterPassThroughOptions", "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": [] @@ -33762,6 +33770,14 @@ "type": "SplitterPanelPassThroughOptions", "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": []