frontend
Preparing search index...
types/card
GolfCard
Interface GolfCard
A card in the Golf tableau with removal and exposure status.
interface
GolfCard
{
card
:
Card
|
null
;
exposed
:
boolean
;
removed
:
boolean
;
}
Index
Properties
card
exposed
removed
Properties
card
card
:
Card
|
null
exposed
exposed
:
boolean
removed
removed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
card
exposed
removed
frontend
Loading...
A card in the Golf tableau with removal and exposure status.