frontend
Preparing search index...
hooks/useKlondikeTimer
useKlondikeTimer
Function useKlondikeTimer
useKlondikeTimer
(
isPlaying
:
boolean
,
)
:
{
elapsedSeconds
:
number
;
resetTimer
:
()
=>
void
;
timeBonus
:
(
seconds
:
number
)
=>
number
;
}
Hook that provides an elapsed-seconds timer and Vegas time bonus calculation.
Parameters
isPlaying
:
boolean
Returns
{
elapsedSeconds
:
number
;
resetTimer
:
()
=>
void
;
timeBonus
:
(
seconds
:
number
)
=>
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
Hook that provides an elapsed-seconds timer and Vegas time bonus calculation.