diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index b3753b62d..4f85bc23a 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -26983,7 +26983,14 @@ }, { "name": "filtericon", - "parameters": [], + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t class: any, // Style class of the filter icon\n }", + "description": "filter icon slot's params." + } + ], "returnType": "VNode[]", "description": "Custom filter icon template." }