Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
ComboCounterOptions
Interface ComboCounterOptions
interface
ComboCounterOptions
{
timeoutMs
?:
number
;
thresholds
?:
ComboThreshold
[]
;
onChain
?:
(
count
:
number
)
=>
void
;
onReset
?:
(
peakCount
:
number
)
=>
void
;
}
Index
Properties
timeout
Ms?
thresholds?
on
Chain?
on
Reset?
Properties
Optional
timeout
Ms
timeoutMs
?:
number
Optional
thresholds
thresholds
?:
ComboThreshold
[]
Optional
on
Chain
onChain
?:
(
count
:
number
)
=>
void
Optional
on
Reset
onReset
?:
(
peakCount
:
number
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
timeout
Ms
thresholds
on
Chain
on
Reset
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...