UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 662 B
<!-- 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)_ |