From 0e55121963056358c4100ac8fa4439723b2e6fa9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 5 Apr 2023 08:08:28 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 3178428b2..13cf7189e 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -18206,12 +18206,12 @@ "description": "Uses to pass attributes to the toggler's DOM element." }, { - "name": "headericon", + "name": "togglericon", "optional": true, "readonly": false, "type": "PanelPassThroughOptionType", "default": "", - "description": "Uses to pass attributes to the headericon's DOM element." + "description": "Uses to pass attributes to the togglericon's DOM element." }, { "name": "toggleablecontent", @@ -18340,17 +18340,17 @@ "description": "Custom icons template." }, { - "name": "headericon", + "name": "togglericon", "parameters": [ { "name": "scope", "optional": false, "type": "{\n \t collapsed: boolean, // Collapsed state as a boolean\n }", - "description": "header icon slot's params." + "description": "toggler icon slot's params." } ], "returnType": "VNode[]", - "description": "Custom header icon template of panel." + "description": "Custom toggler icon template of panel." }, { "name": "footer",