@empathyco/x-components
Version:
Empathy X Components
78 lines (35 loc) • 1.26 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
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[cancelOn?](./x-components.timedwireoperatoroptions.cancelon.md)
</td><td>
</td><td>
[MaybeArray](./x-components.maybearray.md)<!-- --><[XEvent](./x-components.xevent.md)<!-- -->>
</td><td>
_(Optional)_ Events that will prevent the next planned execution of the wire to be executed.
</td></tr>
<tr><td>
[forceOn?](./x-components.timedwireoperatoroptions.forceon.md)
</td><td>
</td><td>
[MaybeArray](./x-components.maybearray.md)<!-- --><[XEvent](./x-components.xevent.md)<!-- -->>
</td><td>
_(Optional)_ Events that will make the next planned execution happen immediately.
</td></tr>
</tbody></table>