mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 20:32:24 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
25 lines
673 B
Markdown
25 lines
673 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "editModeInitialized"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## PanelEvents.editModeInitialized variable
|
|
|
|
### PanelEvents.editModeInitialized variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
editModeInitialized: import("./appEvents").AppEvent<undefined>
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { PanelEvents } from '@grafana/data';
|
|
const { editModeInitialized } = PanelEvents;
|
|
```
|