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