diff --git a/api-generator/components/menu.js b/api-generator/components/menu.js index 11fd4ab7bb..99790cc953 100644 --- a/api-generator/components/menu.js +++ b/api-generator/components/menu.js @@ -63,11 +63,11 @@ const MenuEvents = [ const MenuSlots = [ { name: 'start', - description: 'Custom content before the content' + description: 'Custom start content.' }, { name: 'end', - description: 'Custom content after the content' + description: 'Custom end content.' }, { name: 'item', @@ -79,7 +79,7 @@ const MenuSlots = [ }, { name: 'submenuheader', - description: 'Custom submenuheader template.' + description: 'Custom submenu header template.' } ]; diff --git a/api-generator/components/tieredmenu.js b/api-generator/components/tieredmenu.js index dfb717d2ca..0221fd814d 100644 --- a/api-generator/components/tieredmenu.js +++ b/api-generator/components/tieredmenu.js @@ -50,6 +50,14 @@ const TieredMenuProps = [ ]; const TieredMenuSlots = [ + { + name: 'start', + description: 'Custom start content.' + }, + { + name: 'end', + description: 'Custom end content.' + }, { name: 'item', description: 'Template of a menuitem.'