frontend
Preparing search index...
types/card
MemoryBoardCard
Interface MemoryBoardCard
A card on the Memory game board.
interface
MemoryBoardCard
{
card
:
Card
|
null
;
faceUp
:
boolean
;
taken
:
boolean
;
}
Index
Properties
card
face
Up
taken
Properties
card
card
:
Card
|
null
face
Up
faceUp
:
boolean
taken
taken
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
face
Up
taken
frontend
Loading...
A card on the Memory game board.