Methods
debounce
- debounce(...args: unknown[]): void
goWhat
- goWhat(args: unknown[]): (actionName: "debounceObj" | "throttleObject") => void
-
Parameters
Returns (actionName: "debounceObj" | "throttleObject") => void
-
- (actionName: "debounceObj" | "throttleObject"): void
-
Parameters
-
actionName: "debounceObj" | "throttleObject"
Returns void
throttle
- throttle(...args: unknown[]): void
节流 防抖 对象