Skip to main content

Debounce

Callable

  • Debounce(delay: number): MethodDecorator

  • A method decorator that delays the execution of the class method by the provided time in milliseconds.