+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "dataReceived" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## PanelEvents.dataReceived variable ### PanelEvents.dataReceived variable Signature ```typescript dataReceived: import("./appEvents").AppEvent ``` Import ```typescript import { PanelEvents } from '@grafana/data'; const { dataReceived } = PanelEvents; ```