frontend
Preparing search index...
components/blackjack/BjEndPhaseControls
BjEndPhaseControlsProps
Interface BjEndPhaseControlsProps
Props for BlackJack end phase controls.
interface
BjEndPhaseControlsProps
{
autoAdvanceSeconds
?:
number
;
loading
:
boolean
;
onManualReset
?:
()
=>
void
;
onReset
:
()
=>
void
;
}
Index
Properties
auto
Advance
Seconds?
loading
on
Manual
Reset?
on
Reset
Properties
Optional
auto
Advance
Seconds
autoAdvanceSeconds
?:
number
loading
loading
:
boolean
Optional
on
Manual
Reset
onManualReset
?:
()
=>
void
on
Reset
onReset
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Advance
Seconds
loading
on
Manual
Reset
on
Reset
frontend
Loading...
Props for BlackJack end phase controls.