TextVariableSpec
Text variable specification
Definition
export interface TextVariableSpec {
name: string;
current: dashboardv2.VariableOption;
query: string;
label?: string;
hide: dashboardv2.VariableHide;
skipUrlSync: boolean;
description?: string;
origin?: dashboardv2.ControlSourceRef;
}