@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 662 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
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [leading?](./x-components.debounceoptions.leading.md) | | boolean | _(Optional)_ |
| [trailing?](./x-components.debounceoptions.trailing.md) | | boolean | _(Optional)_ |