MenuItemGroup

The <MenuItemGroup> component represents a group of menu items.

NOTE

This component is supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version.

Child Components

This component contains the MenuItem child component.

APIs

MenuItemGroup(value?: MenuItemGroupOptions)

Parameters

Name Type Mandatory Description
value MenuItemGroupOptions No Header and footer of the menu item group.
Name Type Mandatory Description
header ResourceStr | CustomBuilder No Header of the menu item group.
footer ResourceStr | CustomBuilder No Footer of the menu item group.

Sample

For details, see Example in Menu.