Update API doc

pull/4314/head
GitHub Actions Bot 2023-08-21 14:03:11 +00:00
parent bc936a50dd
commit 735e4c90ba
1 changed files with 8 additions and 1 deletions

View File

@ -26983,7 +26983,14 @@
},
{
"name": "filtericon",
"parameters": [],
"parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>class</b>: any, // Style class of the filter icon\n }",
"description": "filter icon slot's params."
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom filter icon template."
}