+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "PanelChangeViewPayload"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## PanelEvents.PanelChangeViewPayload interface
Payloads
Signature
```typescript
export interface PanelChangeViewPayload
```
Import
```typescript
import { PanelEvents } from '@grafana/data';
const { PanelChangeViewPayload } = PanelEvents;
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [edit](#edit-property) | boolean | |
| [fullscreen](#fullscreen-property) | boolean | |
| [panelId](#panelid-property) | number | |
| [toggle](#toggle-property) | boolean | |
### edit property
Signature
```typescript
edit?: boolean;
```
### fullscreen property
Signature
```typescript
fullscreen?: boolean;
```
### panelId property
Signature
```typescript
panelId?: number;
```
### toggle property
Signature
```typescript
toggle?: boolean;
```