mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
909 B
909 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "ContextMenuGroup" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
ContextMenuGroup interface
Signature
export interface ContextMenuGroup
Import
import { ContextMenuGroup } from '@grafana/ui';
Properties
Property | Type | Description |
---|---|---|
items | ContextMenuItem[] |
|
label | string |
items property
Signature
items: ContextMenuItem[];
label property
Signature
label?: string;