@empathyco/x-components
Version:
Empathy X Components
22 lines (13 loc) • 1.04 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [TimedWireOperatorOptions](./x-components.timedwireoperatoroptions.md)
## TimedWireOperatorOptions interface
Options for wire operators that delay subscribers.
**Signature:**
```typescript
export interface TimedWireOperatorOptions
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [cancelOn?](./x-components.timedwireoperatoroptions.cancelon.md) | | [MaybeArray](./x-components.maybearray.md)<!-- --><[XEvent](./x-components.xevent.md)<!-- -->> | _(Optional)_ Events that will prevent the next planned execution of the wire to be executed. |
| [forceOn?](./x-components.timedwireoperatoroptions.forceon.md) | | [MaybeArray](./x-components.maybearray.md)<!-- --><[XEvent](./x-components.xevent.md)<!-- -->> | _(Optional)_ Events that will make the next planned execution happen immediately. |