frontend
Preparing search index...
types/card
VideoPokerResponse
Interface VideoPokerResponse
Full Video Poker game state returned from the API.
interface
VideoPokerResponse
{
betAmount
:
number
;
chips
:
number
;
hand
:
Card
[]
;
handName
:
string
;
handRank
:
number
;
heldIndices
:
boolean
[]
;
message
:
string
;
messageCode
?:
string
;
messageParams
?:
Record
<
string
,
string
>
;
payout
:
number
;
phase
:
number
;
result
:
number
;
variantName
:
string
;
}
Index
Properties
bet
Amount
chips
hand
hand
Name
hand
Rank
held
Indices
message
message
Code?
message
Params?
payout
phase
result
variant
Name
Properties
bet
Amount
betAmount
:
number
chips
chips
:
number
hand
hand
:
Card
[]
hand
Name
handName
:
string
hand
Rank
handRank
:
number
held
Indices
heldIndices
:
boolean
[]
message
message
:
string
Optional
message
Code
messageCode
?:
string
Optional
message
Params
messageParams
?:
Record
<
string
,
string
>
payout
payout
:
number
phase
phase
:
number
result
result
:
number
variant
Name
variantName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bet
Amount
chips
hand
hand
Name
hand
Rank
held
Indices
message
message
Code
message
Params
payout
phase
result
variant
Name
frontend
Loading...
Full Video Poker game state returned from the API.