frontend
    Preparing search index...

    A player whose hand can be rendered by PlayerHandSection.

    interface PlayerWithCards {
        cards: Card[];
    }
    Index

    Properties

    Properties

    cards: Card[]

    Array of cards in the player's hand.