From 1fce3d50a5f8a9e21c875ce3df8ae1e4d29195e4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 19 Sep 2023 11:15:21 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index eb81df8e4..7ede19012 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -14516,6 +14516,19 @@ "parameters": [], "returnType": "VNode[]", "description": "Custom icon template." + }, + { + "name": "container", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t message: any, // Message of the component\n \t onClose: () ⇒ void, // Close dialog function.\n}", + "description": "container slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom container slot." } ] }, @@ -14788,6 +14801,19 @@ "parameters": [], "returnType": "VNode[]", "description": "Custom icon template." + }, + { + "name": "container", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t message: any, // Message of the component\n \t onAccept: () ⇒ void, // Accept function of the component\n\t onReject: () ⇒ void, // Reject function of the component\n}", + "description": "container slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom container slot." } ] },