@boost/commonFunctionsThrottleThrottle CallableThrottle(delay: number): MethodDecoratorA method decorator that throttles the execution of a class method to only fire once within every delay timeframe (in milliseconds).
A method decorator that throttles the execution of a class method to only fire once within every delay timeframe (in milliseconds).