From 8180522bf7216fa23469c90b4705ebd0dbede930 Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Wed, 26 Apr 2023 11:02:56 +0000
Subject: [PATCH] Update API doc
---
doc/common/apidoc/index.json | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index f62e4cc94..508a63e12 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -3167,7 +3167,13 @@
},
{
"name": "removetokenicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the icon.\n \t onClick: void, // Remove token icon function.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom remove token icon template in multiple mode."
},
@@ -19900,7 +19906,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the loading icon.\n \t onClick: string, // Remove token icon function.\n }"
+ "type": "{\n \t class: string, // Style class of the loading icon.\n \t onClick: void, // Remove token icon function.\n }"
}
],
"returnType": "VNode[]",