+++ # ----------------------------------------------------------------------- # 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 Signature ```typescript export declare enum ExploreMode ``` Import ```typescript import { ExploreMode } from '@grafana/data'; ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Logs | "Logs" | | | Metrics | "Metrics" | | | Tracing | "Tracing" | |