frontend
Preparing search index...
types/card
SevensResponse
Interface SevensResponse
Full Sevens game state returned from the API.
interface
SevensResponse
{
config
:
SevensConfig
;
cpuActions
:
SevensAction
[]
;
currentTurn
:
number
;
gameEndFlag
:
boolean
;
humanAction
:
SevensAction
|
null
;
message
:
string
;
messageCode
?:
string
;
messageParams
?:
Record
<
string
,
string
>
;
players
:
SevensPlayerData
[]
;
tableMaxVals
:
number
[]
;
tableMinVals
:
number
[]
;
tablePlaced
:
number
[]
;
}
Index
Properties
config
cpu
Actions
current
Turn
game
End
Flag
human
Action
message
message
Code?
message
Params?
players
table
Max
Vals
table
Min
Vals
table
Placed
Properties
config
config
:
SevensConfig
cpu
Actions
cpuActions
:
SevensAction
[]
current
Turn
currentTurn
:
number
game
End
Flag
gameEndFlag
:
boolean
human
Action
humanAction
:
SevensAction
|
null
message
message
:
string
Optional
message
Code
messageCode
?:
string
Optional
message
Params
messageParams
?:
Record
<
string
,
string
>
players
players
:
SevensPlayerData
[]
table
Max
Vals
tableMaxVals
:
number
[]
table
Min
Vals
tableMinVals
:
number
[]
table
Placed
tablePlaced
:
number
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
cpu
Actions
current
Turn
game
End
Flag
human
Action
message
message
Code
message
Params
players
table
Max
Vals
table
Min
Vals
table
Placed
frontend
Loading...
Full Sevens game state returned from the API.