frontend
Preparing search index...
types/card
EuchrePlayerData
Interface EuchrePlayerData
Euchre player data with team, trick count, and hand.
interface
EuchrePlayerData
{
cardCount
:
number
;
cards
:
Card
[]
;
id
:
number
;
isHuman
:
boolean
;
team
:
number
;
trickCount
:
number
;
}
Index
Properties
card
Count
cards
id
is
Human
team
trick
Count
Properties
card
Count
cardCount
:
number
cards
cards
:
Card
[]
id
id
:
number
is
Human
isHuman
:
boolean
team
team
:
number
trick
Count
trickCount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
Count
cards
id
is
Human
team
trick
Count
frontend
Loading...
Euchre player data with team, trick count, and hand.