frontend
Preparing search index...
components/blackjack/BjEarlySurrenderPhaseControls
BjEarlySurrenderPhaseControlsProps
Interface BjEarlySurrenderPhaseControlsProps
Props for BlackJack early surrender phase controls.
interface
BjEarlySurrenderPhaseControlsProps
{
hintEnabled
:
boolean
;
loading
:
boolean
;
onContinue
:
()
=>
void
;
onSurrender
:
()
=>
void
;
suggestedAction
:
number
;
}
Index
Properties
hint
Enabled
loading
on
Continue
on
Surrender
suggested
Action
Properties
hint
Enabled
hintEnabled
:
boolean
loading
loading
:
boolean
on
Continue
onContinue
:
()
=>
void
on
Surrender
onSurrender
:
()
=>
void
suggested
Action
suggestedAction
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hint
Enabled
loading
on
Continue
on
Surrender
suggested
Action
frontend
Loading...
Props for BlackJack early surrender phase controls.