frontend
Preparing search index...
types/card
FreeCellResponse
Interface FreeCellResponse
Full FreeCell game state returned from the API.
interface
FreeCellResponse
{
canUndo
:
boolean
;
foundation
:
Card
[]
[]
;
freeCells
:
(
Card
|
null
)
[]
;
hint
?:
FreeCellHint
;
isStalemate
:
boolean
;
message
:
string
;
messageCode
?:
string
;
messageParams
?:
Record
<
string
,
string
>
;
moveCount
:
number
;
phase
:
number
;
tableau
:
(
Card
|
null
)
[]
[]
;
undoToEscape
?:
number
;
}
Index
Properties
can
Undo
foundation
free
Cells
hint?
is
Stalemate
message
message
Code?
message
Params?
move
Count
phase
tableau
undo
To
Escape?
Properties
can
Undo
canUndo
:
boolean
foundation
foundation
:
Card
[]
[]
free
Cells
freeCells
:
(
Card
|
null
)
[]
Optional
hint
hint
?:
FreeCellHint
is
Stalemate
isStalemate
:
boolean
message
message
:
string
Optional
message
Code
messageCode
?:
string
Optional
message
Params
messageParams
?:
Record
<
string
,
string
>
move
Count
moveCount
:
number
phase
phase
:
number
tableau
tableau
:
(
Card
|
null
)
[]
[]
Optional
undo
To
Escape
undoToEscape
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Undo
foundation
free
Cells
hint
is
Stalemate
message
message
Code
message
Params
move
Count
phase
tableau
undo
To
Escape
frontend
Loading...
Full FreeCell game state returned from the API.