@hanabi-live/game
    Preparing search index...

    Interface CardIdentity

    interface CardIdentity {
        rank: null | 7 | 3 | 1 | 2 | 4 | 5;
        suitIndex: null | 0 | 3 | 1 | 2 | 4 | 5;
    }

    Hierarchy

    Index

    Properties

    Properties

    rank: null | 7 | 3 | 1 | 2 | 4 | 5 = ...

    null represents an unknown rank.

    suitIndex: null | 0 | 3 | 1 | 2 | 4 | 5 = ...

    null represents an unknown suit index.