From 28d1c876e9c3c5f452ec3290493e888e0f073baa Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Tue, 6 Jun 2023 08:14:51 +0000
Subject: [PATCH] Update API doc
---
doc/common/apidoc/index.json | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 2bc3a27e2..eb4a93ac0 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -34127,13 +34127,25 @@
},
{
"name": "icon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom menu button icon template."
},
{
"name": "menubuttonicon",
- "parameters": [],
+ "parameters": [
+ {
+ "name": "scope",
+ "optional": false,
+ "type": "{\n \t class: string, // Style class of the icon.\n }"
+ }
+ ],
"returnType": "VNode[]",
"description": "Custom menu button icon template."
}