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[]",