@tempots/std
CancelOptions interface
Options for cancelling a throttled function.
Signature:
export interface CancelOptions
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
boolean |
(Optional) If true, only prevents future scheduled executions. If false, also prevents all future executions even after new calls. false |