From f6a69aa4969baebfadb34e9aa94ca57fe2918620 Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Wed, 16 Aug 2023 06:30: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 ea3f3cb73..b5b2d4ed9 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -3606,7 +3606,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the icon.\n \t onClick: void, // Remove token icon function.\n }"
+ "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick(event: Event, index: number): void, // Remove token icon function.\n }"
}
],
"returnType": "VNode[]",
@@ -3614,7 +3614,13 @@
},
{
"name": "loadingicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the loading icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom loading icon template."
}