Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
MenuItemsGroup interface
Signature
export interface MenuItemsGroup
Import
import { MenuItemsGroup } from '@grafana/ui';
Properties
items property
Items of the group
Signature
items: MenuItem[];
label property
Label for the menu items group
Signature
label?: string;