ExplorePanelsState interface
Signature
export interface ExplorePanelsState extends Partial<Record<PreferredVisualisationType, {}>>
Import
import { ExplorePanelsState } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
trace | ExploreTracePanelState |
trace property
Signature
trace?: ExploreTracePanelState;