Preparing search index...
The search index is not available
@cc-heart/utils
@cc-heart/utils
defineThrottleFn
Function defineThrottleFn
define
Throttle
Fn
(
fn
,
delay
?
)
:
CacheResultFunc
defineThrottleFn is a function that creates a throttled function.
Parameters
fn
:
Fn
delay
:
number
= 500
Returns
CacheResultFunc
The throttled function.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@cc-heart/utils
Loading...
defineThrottleFn is a function that creates a throttled function.