DebounceOptions

data class DebounceOptions

Debounce options

Types

Link copied to clipboard

Properties

Link copied to clipboard

Specify invoking on the leading edge of the timeout.

Link copied to clipboard

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

Link copied to clipboard

Specify invoking on the trailing edge of the timeout.

Link copied to clipboard

time to delay