Logos DX
    Preparing search index...

    Interface DebounceOptions

    interface DebounceOptions {
        delay: number;
        maxWait?: number;
    }
    Index

    Properties

    Properties

    delay: number
    maxWait?: number