Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

Instantiation options for a Throttler.

Hierarchy

  • IOptions

Index

Properties

Properties

Optional edge

edge: "leading" | "trailing"

Whether to invoke at the leading or trailing edge of throttle cycle. Defaults to leading.

Optional limit

limit: undefined | number

The throttling limit; defaults to 500ms.

Generated using TypeDoc