Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 599 Bytes

DelayOptions.md

File metadata and controls

27 lines (14 loc) · 599 Bytes

futuriseDocs


futurise / DelayOptions

Type Alias: DelayOptions

DelayOptions: object

Type declaration

immediate?

optional immediate: boolean

Whether the callable should be invoked immediately at the begining of the duration timeout.

throttle?

optional throttle: boolean

Whether callable invocations should be throttled at the duration interval.

Defined in

types/DelayOptions.ts:1