<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [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)<!-- -->&lt;[XEvent](./x-components.xevent.md)<!-- -->&gt;


</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)<!-- -->&lt;[XEvent](./x-components.xevent.md)<!-- -->&gt;


</td><td>

_(Optional)_ Events that will make the next planned execution happen immediately.


</td></tr>
</tbody></table>

