cc3fc18076
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
65 lines
1.3 KiB
Markdown
65 lines
1.3 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# 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
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface PanelChangeViewPayload
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { PanelEvents } from '@grafana/data';
|
|
const { PanelChangeViewPayload } = PanelEvents;
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [edit](#edit-property) | <code>boolean</code> | |
|
|
| [fullscreen](#fullscreen-property) | <code>boolean</code> | |
|
|
| [panelId](#panelid-property) | <code>number</code> | |
|
|
| [toggle](#toggle-property) | <code>boolean</code> | |
|
|
|
|
### edit property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
edit?: boolean;
|
|
```
|
|
|
|
### fullscreen property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
fullscreen?: boolean;
|
|
```
|
|
|
|
### panelId property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
panelId?: number;
|
|
```
|
|
|
|
### toggle property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
toggle?: boolean;
|
|
```
|