+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "panelChangeView"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## PanelEvents.panelChangeView variable
### PanelEvents.panelChangeView variable
Signature
```typescript
panelChangeView: import("./appEvents").AppEvent
```
Import
```typescript
import { PanelEvents } from '@grafana/data';
const { panelChangeView } = PanelEvents;
```