Update API doc

pull/3943/head^2
GitHub Actions Bot 2023-08-16 06:30:56 +00:00
parent dfb30bc1ac
commit f6a69aa496
1 changed files with 8 additions and 2 deletions

View File

@ -3606,7 +3606,7 @@
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>class</b>: string, // Style class of the icon.\n \t <b>onClick</b>: void, // Remove token icon function.\n }"
"type": "{\n \t <b>class</b>: string, // Style class of the icon.\n \t <b>index</b>: number, // Index of the token.\n \t <b>onClick(event: Event, index: number)</b>: void, // Remove token icon function.\n }"
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
@ -3614,7 +3614,13 @@
},
{
"name": "loadingicon",
"parameters": [],
"parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>class</b>: string, // Style class of the loading icon.\n }"
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom loading icon template."
}