SwitchVariableSpec🔗
Definition🔗
export interface SwitchVariableSpec {
name: string;
current: string;
enabledValue: string;
disabledValue: string;
label?: string;
hide: dashboardv2beta1.VariableHide;
skipUrlSync: boolean;
description?: string;
}