From 92774a566f381d36fa1bd281a8ca280c563b1ea8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 23 Aug 2023 06:30:54 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4f85bc23a..b806f066e 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -37073,7 +37073,14 @@ }, { "name": "closeicon", - "parameters": [], + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t class: any, // Style class of the close icon\n }", + "description": "close icon slot's params." + } + ], "returnType": "VNode[]", "description": "Custom close icon template." }