frontend
Preparing search index...
types/card
HeartsPlayerData
Interface HeartsPlayerData
Hearts player data with scores and trick count.
interface
HeartsPlayerData
{
cardCount
:
number
;
cards
:
Card
[]
;
cumulativeScore
:
number
;
id
:
number
;
isHuman
:
boolean
;
roundScore
:
number
;
trickCount
:
number
;
}
Index
Properties
card
Count
cards
cumulative
Score
id
is
Human
round
Score
trick
Count
Properties
card
Count
cardCount
:
number
cards
cards
:
Card
[]
cumulative
Score
cumulativeScore
:
number
id
id
:
number
is
Human
isHuman
:
boolean
round
Score
roundScore
:
number
trick
Count
trickCount
:
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
trick
Count
frontend
Loading...
Hearts player data with scores and trick count.