@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 886 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [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>