[**futurise**](../README.md) • **Docs**

***

[futurise](../README.md) / 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](https://github.com/nevoland/futurise/blob/1cd28e2a6cbda8f2e58123bfcca390764dde0e9a/lib/types/DelayOptions.ts#L1)
