From 7c2cdd8c86842e41eab93a63ade268b89329e9be Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sat, 15 Apr 2023 11:35:37 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index b4d77fb22..399274b8f 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -13504,6 +13504,18 @@ "parameters": [], "returnType": "VNode[]", "description": "Custom cancel icon template." + }, + { + "name": "fileremoveicon", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t file: File, // File to upload.\n \t index: number, // The index of file\n }" + } + ], + "returnType": "VNode[]", + "description": "Custom remove icon template for each file." } ] },