Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "helpers/Throttle"

Index

Functions

Functions

Throttle

  • Throttle(delay: number, noTrailing?: boolean): MethodDecorator
  • Decortor for throttlify class method.

    Parameters

    • delay: number

      Throttle delay in ms.

    • Default value noTrailing: boolean = false

      No trailing call.

    Returns MethodDecorator

    Method decorator.

Generated using TypeDoc