+++ # ----------------------------------------------------------------------- # 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 ```typescript export interface AppEvent ``` Import ```typescript import { AppEvents } from '@grafana/data'; const { AppEvent } = AppEvents; ``` Properties | Property | Type | Description | | --- | --- | --- | | [name](#name-property) | string | | | [payload](#payload-property) | T | | ### name property Signature ```typescript readonly name: string; ``` ### payload property Signature ```typescript payload?: T; ```