Loom Engine - v3.1.1
    Preparing search index...

    Interface ComboCounterOptions

    interface ComboCounterOptions {
        timeoutMs?: number;
        thresholds?: ComboThreshold[];
        onChain?: (count: number) => void;
        onReset?: (peakCount: number) => void;
    }
    Index

    Properties

    timeoutMs?: number
    thresholds?: ComboThreshold[]
    onChain?: (count: number) => void
    onReset?: (peakCount: number) => void