configureDebounce
function configureDebounce(debounceConfig: DebounceTakeConfig): EffectBuilder
Returns a function that will create a debounce saga watcher. This can be used with the SagaBuilder::withEffect() method.
Parameters
debounceConfig.debounceTime: number
The time debounce time in milliseconds.
Returns
Examples
configureDebounce({ debounceTime: 1000 });