<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [DebounceOptions](./x-components.debounceoptions.md)

## DebounceOptions interface

Debounce options for the strategies that the debounce would use.

**Signature:**

```typescript
export interface DebounceOptions 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [leading?](./x-components.debounceoptions.leading.md) |  | boolean | _(Optional)_ |
|  [trailing?](./x-components.debounceoptions.trailing.md) |  | boolean | _(Optional)_ |

