+++
# -----------------------------------------------------------------------
# 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
Signature
```typescript
initPanelActions: import("./appEvents").AppEvent
```
Import
```typescript
import { PanelEvents } from '@grafana/data';
const { initPanelActions } = PanelEvents;
```