Docs: run the api-extractor on master to update docs (#23726)
* regenerated packages docs. * fixed spelling issues. * fixed spelling issues.
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
+++
|
||||
# -----------------------------------------------------------------------
|
||||
# Do not edit this file. It is automatically generated by API Documenter.
|
||||
# -----------------------------------------------------------------------
|
||||
title = "MetaAnalyticsEventName"
|
||||
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
|
||||
type = "docs"
|
||||
draft = true
|
||||
+++
|
||||
|
||||
## 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> | |
|
||||
|
||||
Reference in New Issue
Block a user