frontend
Preparing search index...
types/card
BridgePlayerData
Interface BridgePlayerData
Bridge player data with team, trick count, and hand.
interface
BridgePlayerData
{
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...
Bridge player data with team, trick count, and hand.