frontend
    Preparing search index...

    Variable PinochlePhaseConst

    PinochlePhase: {
        BID: 0;
        GAME_END: 6;
        MELD: 2;
        PLAY: 3;
        ROUND_END: 5;
        TRICK_END: 4;
        TRUMP: 1;
    } = ...

    Pinochle phase constants (sync: internal/domain/Pinochle.go).

    Type Declaration

    • ReadonlyBID: 0
    • ReadonlyGAME_END: 6
    • ReadonlyMELD: 2
    • ReadonlyPLAY: 3
    • ReadonlyROUND_END: 5
    • ReadonlyTRICK_END: 4
    • ReadonlyTRUMP: 1