+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "AngularPanelMenuItem" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++ ## AngularPanelMenuItem interface Signature ```typescript export interface AngularPanelMenuItem ``` Import ```typescript import { AngularPanelMenuItem } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [click](#click-property) | Function | | | [divider](#divider-property) | boolean | | | [href](#href-property) | string | | | [icon](#icon-property) | string | | | [shortcut](#shortcut-property) | string | | | [submenu](#submenu-property) | any[] | | | [text](#text-property) | string | | ### click property Signature ```typescript click: Function; ``` ### divider property Signature ```typescript divider: boolean; ``` ### href property Signature ```typescript href: string; ``` ### icon property Signature ```typescript icon: string; ``` ### shortcut property Signature ```typescript shortcut: string; ``` ### submenu property Signature ```typescript submenu: any[]; ``` ### text property Signature ```typescript text: string; ```