frontend
Preparing search index...
types/card
CanastaMeldData
Interface CanastaMeldData
A single meld on the table in Canasta.
interface
CanastaMeldData
{
cards
:
Card
[]
;
isCanasta
:
boolean
;
isNatural
:
boolean
;
rank
:
number
;
}
Index
Properties
cards
is
Canasta
is
Natural
rank
Properties
cards
cards
:
Card
[]
is
Canasta
isCanasta
:
boolean
is
Natural
isNatural
:
boolean
rank
rank
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cards
is
Canasta
is
Natural
rank
frontend
Loading...
A single meld on the table in Canasta.