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