Menu

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.

Enterprise Open source

Signature

typescript
export interface MenuItemsGroup 

Import

typescript
import { MenuItemsGroup } from '@grafana/ui';

Properties

PropertyTypeDescription
itemsMenuItem[]Items of the group
labelstringLabel for the menu items group

items property

Items of the group

Signature

typescript
items: MenuItem[];

label property

Label for the menu items group

Signature

typescript
label?: string;