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