frontend
Preparing search index...
components/PlayerHandSection
PlayerWithCards
Interface PlayerWithCards
A player whose hand can be rendered by PlayerHandSection.
interface
PlayerWithCards
{
cards
:
Card
[]
;
}
Index
Properties
cards
Properties
cards
cards
:
Card
[]
Array of cards in the player's hand.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cards
frontend
Loading...
A player whose hand can be rendered by PlayerHandSection.