cc3fc18076
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
34 lines
883 B
Markdown
34 lines
883 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "MetaAnalyticsEventName"
|
|
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## MetaAnalyticsEventName enum
|
|
|
|
### MetaAnalyticsEventName enum
|
|
|
|
The meta analytics events that can be added to the echo service.
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare enum MetaAnalyticsEventName
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { MetaAnalyticsEventName } from '@grafana/runtime';
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| DashboardView | <code>"dashboard-view"</code> | |
|
|
| DataRequest | <code>"data-request"</code> | |
|
|
|