From 5723ed1083c03479147d9978422a214ff4883d7f Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 19 Sep 2023 11:23:05 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index af32829e9..444f78b9f 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -30244,6 +30244,19 @@ ], "returnType": "VNode[]", "description": "Custom close icon template." + }, + { + "name": "container", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t onClose: () ⇒ void, // Close message function.\n}", + "description": "container slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom container slot." } ] },