frontend
Preparing search index...
types/card
PyramidResponse
Interface PyramidResponse
Full Pyramid game state returned from the API.
interface
PyramidResponse
{
canUndo
:
boolean
;
hint
?:
PyramidHint
;
isStalemate
:
boolean
;
message
:
string
;
messageCode
?:
string
;
messageParams
?:
Record
<
string
,
string
>
;
moveCount
:
number
;
phase
:
number
;
pyramid
:
PyramidCard
[]
[]
;
stockCount
:
number
;
undoToEscape
?:
number
;
waste
:
Card
[]
;
}
Index
Properties
can
Undo
hint?
is
Stalemate
message
message
Code?
message
Params?
move
Count
phase
pyramid
stock
Count
undo
To
Escape?
waste
Properties
can
Undo
canUndo
:
boolean
Optional
hint
hint
?:
PyramidHint
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
pyramid
pyramid
:
PyramidCard
[]
[]
stock
Count
stockCount
:
number
Optional
undo
To
Escape
undoToEscape
?:
number
waste
waste
:
Card
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Undo
hint
is
Stalemate
message
message
Code
message
Params
move
Count
phase
pyramid
stock
Count
undo
To
Escape
waste
frontend
Loading...
Full Pyramid game state returned from the API.