3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/docs/sources/packages_api/data/appevents/appevent.md
Marcus Andersson a2d741f60f
Docs: run the api-extractor on master to update docs ()
* regenerated packages docs.

* fixed spelling issues.

* fixed spelling issues.
2020-04-21 10:41:50 +02:00

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;