+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "EchoEvent" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" +++ ## EchoEvent interface Describes an echo event. Signature ```typescript export interface EchoEvent ``` Import ```typescript import { EchoEvent } from '@grafana/runtime'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [meta](#meta-property) | EchoMeta | | | [payload](#payload-property) | P | Event payload containing event specific data. | | [type](#type-property) | EchoEventType | | ### meta property Signature ```typescript meta: EchoMeta; ``` ### payload property Event payload containing event specific data. Signature ```typescript payload: P; ``` ### type property Signature ```typescript type: EchoEventType; ```