frontend
Preparing search index...
components/blackjack/BjInsurancePhaseControls
BjInsurancePhaseControlsProps
Interface BjInsurancePhaseControlsProps
Props for BlackJack insurance phase controls.
interface
BjInsurancePhaseControlsProps
{
hintEnabled
:
boolean
;
loading
:
boolean
;
onDecline
:
()
=>
void
;
onInsurance
:
()
=>
void
;
suggestedAction
:
number
;
}
Index
Properties
hint
Enabled
loading
on
Decline
on
Insurance
suggested
Action
Properties
hint
Enabled
hintEnabled
:
boolean
loading
loading
:
boolean
on
Decline
onDecline
:
()
=>
void
on
Insurance
onInsurance
:
()
=>
void
suggested
Action
suggestedAction
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hint
Enabled
loading
on
Decline
on
Insurance
suggested
Action
frontend
Loading...
Props for BlackJack insurance phase controls.