ExplorePanelsState interface

Signature

  1. export interface ExplorePanelsState extends Partial<Record<PreferredVisualisationType, {}>>

Import

  1. import { ExplorePanelsState } from '@grafana/data';

Properties

PropertyTypeDescription
traceExploreTracePanelState

trace property

Signature

  1. trace?: ExploreTracePanelState;