Update API doc

pull/4030/head
GitHub Actions Bot 2023-06-06 08:14:51 +00:00
parent ebe3ac809c
commit 28d1c876e9
1 changed files with 14 additions and 2 deletions

View File

@ -34127,13 +34127,25 @@
},
{
"name": "icon",
"parameters": [],
"parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>class</b>: string, // Style class of the icon.\n }"
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom menu button icon template."
},
{
"name": "menubuttonicon",
"parameters": [],
"parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>class</b>: string, // Style class of the icon.\n }"
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom menu button icon template."
}