UNPKG

@empathyco/x-components

Version:
22 lines (13 loc) 1.04 kB
<!-- 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 | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [cancelOn?](./x-components.timedwireoperatoroptions.cancelon.md) | | [MaybeArray](./x-components.maybearray.md)<!-- -->&lt;[XEvent](./x-components.xevent.md)<!-- -->&gt; | _(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)<!-- -->&lt;[XEvent](./x-components.xevent.md)<!-- -->&gt; | _(Optional)_ Events that will make the next planned execution happen immediately. |