<!-- 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

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[leading?](./x-components.debounceoptions.leading.md)


</td><td>


</td><td>

boolean


</td><td>

_(Optional)_


</td></tr>
<tr><td>

[trailing?](./x-components.debounceoptions.trailing.md)


</td><td>


</td><td>

boolean


</td><td>

_(Optional)_


</td></tr>
</tbody></table>

