+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
title = "ExploreMode"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
## ExploreMode enum
### ExploreMode enum
<b>Signature</b>
```typescript
export declare enum ExploreMode
```
<b>Import</b>
import { ExploreMode } from '@grafana/data';
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Logs | <code>"Logs"</code> | |
| Metrics | <code>"Metrics"</code> | |
| Tracing | <code>"Tracing"</code> | |