Search
Preparing search index...
The search index is not available
typedeck
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
PlayingCard
Class PlayingCard
Represents a card that contains a Suit and a Value (Rank).
Hierarchy
Card
PlayingCard
Implements
ICard
Index
Constructors
constructor
Properties
card
Name
suit
Methods
get
Index
to
String
Constructors
constructor
new
Playing
Card
(
cardName
:
CardName
, suit
:
Suit
)
:
PlayingCard
Parameters
cardName:
CardName
suit:
Suit
Returns
PlayingCard
Properties
card
Name
card
Name
:
CardName
suit
suit
:
Suit
Methods
get
Index
get
Index
(
)
:
string
Returns
string
to
String
to
String
(
)
:
string
Returns
string
Globals
Playing
Card
constructor
card
Name
suit
get
Index
to
String
Generated using
TypeDoc
Represents a card that contains a Suit and a Value (Rank).