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

constructor

Properties

Protected Readonly disposables

disposables: DisposableCollection = ...

Protected Readonly emitter

emitter: Emitter<undefined | string> = ...

Protected Readonly handler

handler: () => void

Type declaration

    • (): void
    • Returns void

Protected Readonly options

Protected state

state: undefined | string

Accessors

onChanged

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

Methods

append

  • append(input: undefined | string): undefined | string

dispose

  • dispose(): void

Protected fireChanged

  • fireChanged(value: undefined | string): void

Protected reset

  • reset(): void