mirror of https://github.com/grafana/grafana.git
50 lines
1.3 KiB
Markdown
50 lines
1.3 KiB
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "PanelEvents"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||
|
type = "docs"
|
||
|
draft = true
|
||
|
+++
|
||
|
|
||
|
## PanelEvents namespace
|
||
|
|
||
|
### PanelEvents namespace
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare namespace PanelEvents
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { PanelEvents } from '@grafana/data';
|
||
|
```
|
||
|
|
||
|
## Interfaces
|
||
|
|
||
|
| Interface | Description |
|
||
|
| --- | --- |
|
||
|
| [PanelChangeViewPayload](./panelchangeviewpayload/) | Payloads |
|
||
|
|
||
|
## Variables
|
||
|
|
||
|
| Variable | Description |
|
||
|
| --- | --- |
|
||
|
| [componentDidMount](./componentdidmount/) | |
|
||
|
| [dataError](./dataerror/) | |
|
||
|
| [dataReceived](./datareceived/) | |
|
||
|
| [dataSnapshotLoad](./datasnapshotload/) | |
|
||
|
| [editModeInitialized](./editmodeinitialized/) | |
|
||
|
| [initPanelActions](./initpanelactions/) | |
|
||
|
| [panelChangeView](./panelchangeview/) | |
|
||
|
| [panelInitialized](./panelinitialized/) | |
|
||
|
| [panelSizeChanged](./panelsizechanged/) | |
|
||
|
| [panelTeardown](./panelteardown/) | |
|
||
|
| [refresh](./refresh/) | Events |
|
||
|
| [render](./render/) | |
|
||
|
| [viewModeChanged](./viewmodechanged/) | |
|
||
|
|