Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DebounceSettings

Index

Properties

Properties

Optional leading

leading: undefined | false | true

Specify invoking on the leading edge of the timeout.

Optional maxWait

maxWait: undefined | number

The maximum time func is allowed to be delayed before it’s invoked.

Optional trailing

trailing: undefined | false | true

Specify invoking on the trailing edge of the timeout.

Generated using TypeDoc