Update API doc
parent
6a74a6be89
commit
2a705e0c7b
|
@ -45094,6 +45094,12 @@
|
|||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Button part of the content can easily be customized with the default slot instead of using the built-in modes."
|
||||
},
|
||||
{
|
||||
"name": "buttoncontent",
|
||||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Command button part of the content can easily be customized with the button content slot."
|
||||
},
|
||||
{
|
||||
"name": "icon",
|
||||
"parameters": [
|
||||
|
@ -45105,7 +45111,7 @@
|
|||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom menu button icon template."
|
||||
"description": "Custom button icon template."
|
||||
},
|
||||
{
|
||||
"name": "menubuttonicon",
|
||||
|
@ -45132,6 +45138,19 @@
|
|||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom menu item icon template."
|
||||
},
|
||||
{
|
||||
"name": "item",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <span class=\"ml-3 text-primary-700\">item</span>: <span class=\"text-primary-500\">MenuItem</span>, <span class=\"text-primary-300\">// Menuitem instance</span>\n \t <span class=\"ml-3 text-primary-700\">label</span>: <span class=\"text-primary-500\">undefined</span>, <span class=\"text-primary-300\">// Label property of the menuitem</span>\n \t <span class=\"ml-3 text-primary-700\">props</span>: <span class=\"text-primary-500\">TieredMenuRouterBindProps</span>, <span class=\"text-primary-300\">// Binding properties of the menuitem</span>\n \t <span class=\"ml-3 text-primary-700\">hasSubmenu</span>: <span class=\"text-primary-500\">boolean</span>, <span class=\"text-primary-300\">// Whether or not there is a submenu</span>\n }",
|
||||
"description": "item slot's params."
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom content for each menu item."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue