frontend
    Preparing search index...

    Interface SpiderTableauCard

    Tableau card with face-up state in Spider.

    interface SpiderTableauCard {
        card: Card | null;
        faceUp: boolean;
    }
    Index

    Properties

    Properties

    card: Card | null
    faceUp: boolean