diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 22551f932..e6e9515ac 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -45094,6 +45094,12 @@ "returnType": "VNode[]", "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[]", + "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[]", - "description": "Custom menu button icon template." + "description": "Custom button icon template." }, { "name": "menubuttonicon", @@ -45132,6 +45138,19 @@ ], "returnType": "VNode[]", "description": "Custom menu item icon template." + }, + { + "name": "item", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t item: MenuItem, // Menuitem instance\n \t label: undefined, // Label property of the menuitem\n \t props: TieredMenuRouterBindProps, // Binding properties of the menuitem\n \t hasSubmenu: boolean, // Whether or not there is a submenu\n }", + "description": "item slot's params." + } + ], + "returnType": "VNode[]", + "description": "Custom content for each menu item." } ] },