Interface ForceFunctionCallSettings<TArgs>

Type Parameters

  • TArgs extends unknown[]

Hierarchy

  • ForceFunctionCallSettings

Properties

clearQueuedInvocation?: boolean

Whether or not to clear any queued invocations for the underlying throttle.

Default Value

true

customArgs?: TArgs

Custom args to pass to the function. If undefined, we will pass any previously given args, if they exist. If you want to pass undefined/nothing, use [].

resetCooldown?: boolean

Whether or not to reset the cooldown for the underlying timer.

Default Value

true

Generated using TypeDoc