Update API doc

pull/4377/head
GitHub Actions Bot 2023-09-01 08:27:02 +00:00
parent 6848fcbe6f
commit 77c32ff8dd
1 changed files with 13 additions and 0 deletions

View File

@ -38484,6 +38484,19 @@
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom menu button icon template."
},
{
"name": "menuitemicon",
"parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>item</b>: MenuItem, // Menuitem instance\n \t <b>class</b>: any, // Style class of the item icon element.\n }",
"description": "menubuttonicon slot's params."
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom menu item icon template."
}
]
},