From 8274c1c936bd361723bacc3f6c37a639d14c28a4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 12 Jan 2024 09:52:33 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 715bcee94..2d5e19ff8 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -35580,6 +35580,18 @@ "returnType": "VNode[]", "description": "Custom meter template." }, + { + "name": "icon", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t value: MeterItemOptions, // Current value of the component\n \t class: string, // Style class of the icon\n }" + } + ], + "returnType": "VNode[]", + "description": "Custom icon template." + }, { "name": "start", "parameters": [