Documentation
    Preparing search index...

    Interface BlizzardCardSearchParameters

    interface BlizzardCardSearchParameters {
        attack?: string;
        defaultMercenary?: string;
        gameMode?: GameMode;
        health?: string;
        locale?: Locales;
        mercenaryId?: string;
        mercenaryRole?: string;
        minionType?: string;
        page?: number;
        pageSize?: number;
        sort?:
            | "name:asc"
            | "name:desc"
            | "attack:asc"
            | "attack:desc"
            | "health:asc"
            | "health:desc"
            | "tier:asc"
            | "tier:desc";
        textFilter?: string;
        tier?: 1
        | 2
        | 4
        | 3
        | 5
        | 6
        | "hero";
    }

    Hierarchy

    • BaseSearchParameters
      • BlizzardCardSearchParameters
    Index

    Properties

    attack?: string
    defaultMercenary?: string
    gameMode?: GameMode
    health?: string
    locale?: Locales
    mercenaryId?: string
    mercenaryRole?: string
    minionType?: string
    page?: number
    pageSize?: number
    sort?:
        | "name:asc"
        | "name:desc"
        | "attack:asc"
        | "attack:desc"
        | "health:asc"
        | "health:desc"
        | "tier:asc"
        | "tier:desc"
    textFilter?: string
    tier?: 1 | 2 | 4 | 3 | 5 | 6 | "hero"