Update API doc

pull/3913/head
GitHub Actions Bot 2023-04-26 11:02:56 +00:00
parent 43e50cedb9
commit 8180522bf7
1 changed files with 8 additions and 2 deletions

View File

@ -3167,7 +3167,13 @@
}, },
{ {
"name": "removetokenicon", "name": "removetokenicon",
"parameters": [], "parameters": [
{
"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 }"
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom remove token icon template in multiple mode." "description": "Custom remove token icon template in multiple mode."
}, },
@ -19900,7 +19906,7 @@
{ {
"name": "scope", "name": "scope",
"optional": false, "optional": false,
"type": "{\n \t <b>class</b>: string, // Style class of the loading icon.\n \t <b>onClick</b>: string, // Remove token icon function.\n }" "type": "{\n \t <b>class</b>: string, // Style class of the loading icon.\n \t <b>onClick</b>: void, // Remove token icon function.\n }"
} }
], ],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",