mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 21:32:28 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
634 B
634 B
+++
-----------------------------------------------------------------------
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
dataReceived: import("./appEvents").AppEvent<any[]>
Import
import { PanelEvents } from '@grafana/data';
const { dataReceived } = PanelEvents;