From ea0f1a870162c24b1f18efbca66bebc7d1646527 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 24 Oct 2023 12:46:19 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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." } ] },