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