+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "AppEvent" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## AppEvent interface Signature ```typescript export interface AppEvent ``` Import ```typescript import { AppEvent } from '@grafana/data'; ``` 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; ```