frontend
Preparing search index...
types/card
GolfResponse
Interface GolfResponse
Full Golf Solitaire game state returned from the API.
interface
GolfResponse
{
canUndo
:
boolean
;
hint
?:
GolfHint
;
isStalemate
:
boolean
;
layout
:
GolfCard
[]
[]
;
message
:
string
;
messageCode
?:
string
;
messageParams
?:
Record
<
string
,
string
>
;
moveCount
:
number
;
phase
:
number
;
stockCount
:
number
;
undoToEscape
?:
number
;
waste
:
Card
[]
;
}
Index
Properties
can
Undo
hint?
is
Stalemate
layout
message
message
Code?
message
Params?
move
Count
phase
stock
Count
undo
To
Escape?
waste
Properties
can
Undo
canUndo
:
boolean
Optional
hint
hint
?:
GolfHint
is
Stalemate
isStalemate
:
boolean
layout
layout
:
GolfCard
[]
[]
message
message
:
string
Optional
message
Code
messageCode
?:
string
Optional
message
Params
messageParams
?:
Record
<
string
,
string
>
move
Count
moveCount
:
number
phase
phase
:
number
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
layout
message
message
Code
message
Params
move
Count
phase
stock
Count
undo
To
Escape
waste
frontend
Loading...
Full Golf Solitaire game state returned from the API.