Skip to content

AdhocVariableKind🔗

Adhoc variable kind

Definition🔗

export interface AdhocVariableKind {
    kind: "AdhocVariable";
    group: string;
    labels?: Record<string, string>;
    datasource?: {
        name?: string;
    };
    spec: dashboardv2.AdhocVariableSpec;
}

See also🔗