UseDebouncedCallbackOptions
Defined in: src/hooks/useDebounced/useDebounced.types.ts:1
Properties
Section titled “Properties”leading?
Section titled “leading?”
optionalleading?:boolean
Defined in: src/hooks/useDebounced/useDebounced.types.ts:3
Fire on the leading edge in addition to trailing.
Default
Section titled “Default”falsemaxWait?
Section titled “maxWait?”
optionalmaxWait?:number
Defined in: src/hooks/useDebounced/useDebounced.types.ts:5
Maximum time the callback may be deferred before being forced.