Interface DebounceOptions

Debounce options

interface DebounceOptions {
    id: string;
    ttl?: number;
}

Properties

Properties

id: string

Identifier

ttl?: number

ttl in milliseconds

Generated using TypeDoc