Class SearchBoxDebounce

It notifies the clients, once if the underlying search term has changed after a given amount of delay.

Implements

Constructors

Properties

disposables: DisposableCollection = ...
emitter: Emitter<undefined | string> = ...
handler: (() => void)

Type declaration

    • (): void
    • Returns void

state: undefined | string

Accessors

Methods