+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "ContextMenuGroup" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++ ## ContextMenuGroup interface Signature ```typescript export interface ContextMenuGroup ``` Import ```typescript import { ContextMenuGroup } from '@grafana/ui'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [items](#items-property) | ContextMenuItem[] | | | [label](#label-property) | string | | ### items property Signature ```typescript items: ContextMenuItem[]; ``` ### label property Signature ```typescript label?: string; ```