diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 3f65fcdb4..5ceb6410b 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -300,6 +300,19 @@ "parameters": [], "returnType": "VNode[]", "description": "Default slot to detect AccordionTab components." + }, + { + "name": "togglericon", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t index: number, // Current index of the tab\n \t isTabActive: (index: number) ⇒ void, // Whether the current tab is active\n}", + "description": "togglericon slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom toggler icon template." } ] },