Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebounceSettings

Hierarchy

  • DebounceSettings

Index

Properties

Properties

Optional leading

leading: boolean

Specify invoking on the leading edge of the timeout.

Optional maxWait

maxWait: number

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

Optional trailing

trailing: boolean

Specify invoking on the trailing edge of the timeout.