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": [