Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchBoxDebounce

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

Hierarchy

  • SearchBoxDebounce

Implements

Index

Constructors

Properties

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

Type declaration

    • (): void
    • Returns void

state: undefined | string

Accessors

  • get onChanged(): Event<undefined | string>

Methods

  • append(input: undefined | string): undefined | string
  • dispose(): void
  • fireChanged(value: undefined | string): void
  • reset(): void