mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 16:43:07 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
25 lines
671 B
Markdown
25 lines
671 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "initPanelActions"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## PanelEvents.initPanelActions variable
|
|
|
|
### PanelEvents.initPanelActions variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
initPanelActions: import("./appEvents").AppEvent<AngularPanelMenuItem[]>
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { PanelEvents } from '@grafana/data';
|
|
const { initPanelActions } = PanelEvents;
|
|
```
|