mirror of https://github.com/grafana/grafana.git
32 lines
716 B
Markdown
32 lines
716 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# Do not edit this file. It is automatically generated by API Documenter.
|
||
|
# -----------------------------------------------------------------------
|
||
|
title = "CoreApp"
|
||
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
||
|
type = "docs"
|
||
|
+++
|
||
|
|
||
|
## CoreApp enum
|
||
|
|
||
|
### CoreApp enum
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export declare enum CoreApp
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { CoreApp } from '@grafana/data';
|
||
|
```
|
||
|
|
||
|
## Enumeration Members
|
||
|
|
||
|
| Member | Value | Description |
|
||
|
| --- | --- | --- |
|
||
|
| Dashboard | <code>"dashboard"</code> | |
|
||
|
| Explore | <code>"explore"</code> | |
|
||
|
|