Skip to content

AdhocVariableKind🔗

Adhoc variable kind

Definition🔗

export interface AdhocVariableKind {
    kind: "AdhocVariable";
    group: string;
    datasource?: {
        name?: string;
    };
    spec: dashboardv2beta1.AdhocVariableSpec;
}

See also🔗