mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:12:20 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
620 B
620 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "AlertPayload" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++
AppEvents.AlertPayload type
AppEvents.AlertPayload type
Signature
export declare type AlertPayload = [string, string?];
Import
import { AppEvents } from '@grafana/data';
const { AlertPayload } = AppEvents;