Documentation
    Preparing search index...

    Interface BlizzardCardSearchParameters

    interface BlizzardCardSearchParameters {
        attack?: string;
        class?: string;
        collectible: "0" | "1" | "0,1";
        defaultMercenary?: string;
        gameMode?: GameMode;
        health?: string;
        keyword?: string;
        locale?: Locales;
        manaCost?: string;
        mercenaryId?: string;
        mercenaryRole?: string;
        minionType?: string;
        page?: number;
        pageSize?: number;
        rarity?: string;
        set?: string;
        sort?:
            | "name:asc"
            | "name:desc"
            | "attack:asc"
            | "attack:desc"
            | "health:asc"
            | "health:desc"
            | "tier:asc"
            | "tier:desc";
        spellSchool?: string;
        textFilter?: string;
        tier?: string;
        type?: string;
    }

    Hierarchy

    • BaseSearchParameters
      • BlizzardCardSearchParameters
    Index
    attack?: string
    class?: string
    collectible: "0" | "1" | "0,1"
    defaultMercenary?: string
    gameMode?: GameMode
    health?: string
    keyword?: string
    locale?: Locales
    manaCost?: string
    mercenaryId?: string
    mercenaryRole?: string
    minionType?: string
    page?: number
    pageSize?: number
    rarity?: string
    set?: string
    sort?:
        | "name:asc"
        | "name:desc"
        | "attack:asc"
        | "attack:desc"
        | "health:asc"
        | "health:desc"
        | "tier:asc"
        | "tier:desc"
    spellSchool?: string
    textFilter?: string
    tier?: string
    type?: string