+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "DashboardViewEventPayload" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" +++ ## DashboardViewEventPayload interface Describes the payload of a dashboard view event. Signature ```typescript export interface DashboardViewEventPayload extends DashboardInfo ``` Import ```typescript import { DashboardViewEventPayload } from '@grafana/runtime'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [eventName](#eventname-property) | MetaAnalyticsEventName.DashboardView | | ### eventName property Signature ```typescript eventName: MetaAnalyticsEventName.DashboardView; ```