a2d741f60f
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
923 B
923 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "AppEvent" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" draft = true +++
AppEvents.AppEvent interface
Signature
export interface AppEvent<T>
Import
import { AppEvents } from '@grafana/data';
const { AppEvent } = AppEvents;
Properties
| Property | Type | Description |
|---|---|---|
| name | string |
|
| payload | T |
name property
Signature
readonly name: string;
payload property
Signature
payload?: T;