frontend
Preparing search index...
components/blackjack/BjActionPhaseControls
BjActionPhaseControlsProps
Interface BjActionPhaseControlsProps
Props for BlackJack action phase control buttons.
interface
BjActionPhaseControlsProps
{
hintEnabled
:
boolean
;
loading
:
boolean
;
onDoubleDown
:
()
=>
void
;
onHit
:
()
=>
void
;
onSplit
:
()
=>
void
;
onStand
:
()
=>
void
;
onSurrender
:
()
=>
void
;
showDoubleDown
:
boolean
;
showSplit
:
boolean
;
showSurrender
:
boolean
;
suggestedAction
:
number
;
}
Index
Properties
hint
Enabled
loading
on
Double
Down
on
Hit
on
Split
on
Stand
on
Surrender
show
Double
Down
show
Split
show
Surrender
suggested
Action
Properties
hint
Enabled
hintEnabled
:
boolean
loading
loading
:
boolean
on
Double
Down
onDoubleDown
:
()
=>
void
on
Hit
onHit
:
()
=>
void
on
Split
onSplit
:
()
=>
void
on
Stand
onStand
:
()
=>
void
on
Surrender
onSurrender
:
()
=>
void
show
Double
Down
showDoubleDown
:
boolean
show
Split
showSplit
:
boolean
show
Surrender
showSurrender
:
boolean
suggested
Action
suggestedAction
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hint
Enabled
loading
on
Double
Down
on
Hit
on
Split
on
Stand
on
Surrender
show
Double
Down
show
Split
show
Surrender
suggested
Action
frontend
Loading...
Props for BlackJack action phase control buttons.