Interface SearchBoxDebounceOptions

Options for the search term debounce.

interface SearchBoxDebounceOptions {
    delay: number;
}

Hierarchy (view full)

Properties

Properties

delay: number

The delay (in milliseconds) before the debounce notifies clients about its content change.