AdhocVariableKind🔗
Adhoc variable kind
Definition🔗
export interface AdhocVariableKind {
kind: "AdhocVariable";
group: string;
labels?: Record<string, string>;
datasource?: {
name?: string;
};
spec: dashboardv2beta1.AdhocVariableSpec;
}