frontend
Preparing search index...
types/card
SpeedResponse
Interface SpeedResponse
Full Speed game state returned from the API.
interface
SpeedResponse
{
centerPiles
:
Card
[]
;
config
:
SpeedConfig
;
cpuActions
?:
SpeedCpuAction
[]
;
gameEndFlag
:
boolean
;
hint
?:
SpeedHint
;
message
:
string
;
messageCode
?:
string
;
messageParams
?:
Record
<
string
,
string
>
;
phase
:
number
;
players
:
SpeedPlayerData
[]
;
winnerIdx
:
number
;
}
Index
Properties
center
Piles
config
cpu
Actions?
game
End
Flag
hint?
message
message
Code?
message
Params?
phase
players
winner
Idx
Properties
center
Piles
centerPiles
:
Card
[]
config
config
:
SpeedConfig
Optional
cpu
Actions
cpuActions
?:
SpeedCpuAction
[]
game
End
Flag
gameEndFlag
:
boolean
Optional
hint
hint
?:
SpeedHint
message
message
:
string
Optional
message
Code
messageCode
?:
string
Optional
message
Params
messageParams
?:
Record
<
string
,
string
>
phase
phase
:
number
players
players
:
SpeedPlayerData
[]
winner
Idx
winnerIdx
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
center
Piles
config
cpu
Actions
game
End
Flag
hint
message
message
Code
message
Params
phase
players
winner
Idx
frontend
Loading...
Full Speed game state returned from the API.