frontend
Preparing search index...
types/card
PokerResponse
Interface PokerResponse
Full Poker game state returned from the API.
interface
PokerResponse
{
ante
:
number
;
bettingLimit
:
number
;
cpuActions
:
PokerCpuAction
[]
;
cpuExchanges
:
PokerCpuExchange
[]
;
currentTurn
:
number
;
dealerIdx
:
number
;
gameEndFlag
:
boolean
;
isLowball
:
boolean
;
jokerCount
:
number
;
lastBet
:
number
;
maxBetAmount
:
number
;
message
:
string
;
messageCode
?:
string
;
messageParams
?:
Record
<
string
,
string
>
;
metaAI
?:
BettingMetaAI
;
minRaise
:
number
;
odds
?:
PokerOdds
[]
;
phase
:
PokerPhase
;
players
:
PokerPlayerData
[]
;
pot
:
number
;
profile
?:
BettingHumanProfileData
;
raiseCount
:
number
;
roundResults
:
PokerResult
[]
;
sidePots
:
PokerSidePot
[]
;
}
Index
Properties
ante
betting
Limit
cpu
Actions
cpu
Exchanges
current
Turn
dealer
Idx
game
End
Flag
is
Lowball
joker
Count
last
Bet
max
Bet
Amount
message
message
Code?
message
Params?
meta
AI?
min
Raise
odds?
phase
players
pot
profile?
raise
Count
round
Results
side
Pots
Properties
ante
ante
:
number
betting
Limit
bettingLimit
:
number
cpu
Actions
cpuActions
:
PokerCpuAction
[]
cpu
Exchanges
cpuExchanges
:
PokerCpuExchange
[]
current
Turn
currentTurn
:
number
dealer
Idx
dealerIdx
:
number
game
End
Flag
gameEndFlag
:
boolean
is
Lowball
isLowball
:
boolean
joker
Count
jokerCount
:
number
last
Bet
lastBet
:
number
max
Bet
Amount
maxBetAmount
:
number
message
message
:
string
Optional
message
Code
messageCode
?:
string
Optional
message
Params
messageParams
?:
Record
<
string
,
string
>
Optional
meta
AI
metaAI
?:
BettingMetaAI
min
Raise
minRaise
:
number
Optional
odds
odds
?:
PokerOdds
[]
phase
phase
:
PokerPhase
players
players
:
PokerPlayerData
[]
pot
pot
:
number
Optional
profile
profile
?:
BettingHumanProfileData
raise
Count
raiseCount
:
number
round
Results
roundResults
:
PokerResult
[]
side
Pots
sidePots
:
PokerSidePot
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ante
betting
Limit
cpu
Actions
cpu
Exchanges
current
Turn
dealer
Idx
game
End
Flag
is
Lowball
joker
Count
last
Bet
max
Bet
Amount
message
message
Code
message
Params
meta
AI
min
Raise
odds
phase
players
pot
profile
raise
Count
round
Results
side
Pots
frontend
Loading...
Full Poker game state returned from the API.