From ef409b22005c7330d815b3a08c8e95fc91d2e304 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 29 May 2023 19:01:50 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 182be4719..3fac982ec 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -17639,7 +17639,16 @@ "DynamicDialogProps": { "description": "Defines valid properties in DynamicDialog component.", "relatedProp": "", - "props": [], + "props": [ + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." + } + ], "methods": [] }, "DynamicDialogEmits": {