underscore.js _.throttle options.

Hierarchy

  • ThrottleSettings

Properties

Properties

leading?: boolean

If you'd like to disable the leading-edge call, pass this as false.

trailing?: boolean

If you'd like to disable the execution on the trailing-edge, pass false.