VariableType type

VariableType type

Signature

  1. export declare type VariableType = 'query' | 'adhoc' | 'constant' | 'datasource' | 'interval' | 'textbox' | 'custom' | 'system';

Import

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