frontend
    Preparing search index...

    Interface KlondikeTableauCard

    A card in a Klondike tableau column with face-up status.

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

    Properties

    Properties

    card: Card | null
    faceUp: boolean