swipefeed
    Preparing search index...

    Interface WheelConfig

    interface WheelConfig {
        cooldown?: number;
        debounce?: number;
        discretePaging?: boolean;
        threshold?: number;
    }
    Index
    cooldown?: number
    debounce?: number
    discretePaging?: boolean
    threshold?: number