frontend
Preparing search index...
types/card
CanastaPlayerData
Interface CanastaPlayerData
Canasta player data with melds and red 3s.
interface
CanastaPlayerData
{
cardCount
:
number
;
cards
:
Card
[]
;
cumulativeScore
:
number
;
hasCanasta
:
boolean
;
hasInitMeld
:
boolean
;
id
:
number
;
isHuman
:
boolean
;
melds
:
CanastaMeldData
[]
;
red3Count
:
number
;
red3s
:
Card
[]
;
roundScore
:
number
;
}
Index
Properties
card
Count
cards
cumulative
Score
has
Canasta
has
Init
Meld
id
is
Human
melds
red3
Count
red3s
round
Score
Properties
card
Count
cardCount
:
number
cards
cards
:
Card
[]
cumulative
Score
cumulativeScore
:
number
has
Canasta
hasCanasta
:
boolean
has
Init
Meld
hasInitMeld
:
boolean
id
id
:
number
is
Human
isHuman
:
boolean
melds
melds
:
CanastaMeldData
[]
red3
Count
red3Count
:
number
red3s
red3s
:
Card
[]
round
Score
roundScore
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
Count
cards
cumulative
Score
has
Canasta
has
Init
Meld
id
is
Human
melds
red3
Count
red3s
round
Score
frontend
Loading...
Canasta player data with melds and red 3s.