Interface: ThrottleOptions
Defined in: async/types.ts:135
Options for throttle operations.
Properties
delay
readonlydelay:number
Defined in: async/types.ts:139
Delay in milliseconds between function invocations.
leading?
readonlyoptionalleading:boolean
Defined in: async/types.ts:145
Whether to invoke the function on the leading edge.
Default
true
trailing?
readonlyoptionaltrailing:boolean
Defined in: async/types.ts:151
Whether to invoke the function on the trailing edge.
Default
true