Preparing search index...
The search index is not available
@hanabi-live/game
@hanabi-live/game
CardNote
Interface CardNote
interface
CardNote
{
blank
:
boolean
;
chopMoved
:
boolean
;
clued
:
boolean
;
exclamationMark
:
boolean
;
finessed
:
boolean
;
knownTrash
:
boolean
;
needsFix
:
boolean
;
possibilities
:
readonly
SuitRankTuple
[]
;
questionMark
:
boolean
;
text
:
string
;
unclued
:
boolean
;
}
Index
Properties
blank
chop
Moved
clued
exclamation
Mark
finessed
known
Trash
needs
Fix
possibilities
question
Mark
text
unclued
Properties
Readonly
blank
blank
:
boolean
Readonly
chop
Moved
chopMoved
:
boolean
Readonly
clued
clued
:
boolean
Readonly
exclamation
Mark
exclamationMark
:
boolean
Readonly
finessed
finessed
:
boolean
Readonly
known
Trash
knownTrash
:
boolean
Readonly
needs
Fix
needsFix
:
boolean
Readonly
possibilities
possibilities
:
readonly
SuitRankTuple
[]
The possible card identities included in the note (or an empty array if there are none).
Readonly
question
Mark
questionMark
:
boolean
Readonly
text
text
:
string
Readonly
unclued
unclued
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blank
chop
Moved
clued
exclamation
Mark
finessed
known
Trash
needs
Fix
possibilities
question
Mark
text
unclued
@hanabi-live/game
Loading...
The possible card identities included in the note (or an empty array if there are none).