Home > widget-integration > TierDiscountWidgetController > debounce
TierDiscountWidgetController.debounce() method
Signature:
protected debounce<T extends (...args: any[]) => any>(func: T, wait: number): (...args: Parameters<T>) => void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
func |
T | |
|
wait |
number |
Returns:
(...args: Parameters<T>) => void