MenuItemsGroup interface
Signature
export interface MenuItemsGroup
Import
import { MenuItemsGroup } from '@grafana/ui';
Properties
Property | Type | Description |
---|---|---|
items | MenuItem[] |
Items of the group |
label | string |
Label for the menu items group |
items property
Items of the group
Signature
items: MenuItem[];
label property
Label for the menu items group
Signature
label?: string;