frontend
Preparing search index...
types/card
GinRummyPlayerData
Interface GinRummyPlayerData
Gin Rummy player data with scores.
interface
GinRummyPlayerData
{
cardCount
:
number
;
cards
:
Card
[]
;
cumulativeScore
:
number
;
id
:
number
;
isHuman
:
boolean
;
roundScore
:
number
;
}
Index
Properties
card
Count
cards
cumulative
Score
id
is
Human
round
Score
Properties
card
Count
cardCount
:
number
cards
cards
:
Card
[]
cumulative
Score
cumulativeScore
:
number
id
id
:
number
is
Human
isHuman
:
boolean
round
Score
roundScore
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
Count
cards
cumulative
Score
id
is
Human
round
Score
frontend
Loading...
Gin Rummy player data with scores.