UNPKG

@empathyco/x-components

Version:
16 lines (9 loc) 989 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [NamespacedTimeWireOperator](./x-components.namespacedtimewireoperator.md) ## NamespacedTimeWireOperator type Function type which receives the wire to modify and the [NamespacedTimeSelector](./x-components.namespacedtimeselector.md) to retrieve the time from the [XStoreModule](./x-components.xstoremodule.md)<!-- -->. **Signature:** ```typescript export type NamespacedTimeWireOperator<ModuleName extends XModuleName> = <Payload>(wire: Wire<Payload>, timeInMs: NamespacedTimeSelector<ModuleName>, options?: TimedWireOperatorOptions) => Wire<Payload>; ``` **References:** [XModuleName](./x-components.xmodulename.md)<!-- -->, [Wire](./x-components.wire.md)<!-- -->, [NamespacedTimeSelector](./x-components.namespacedtimeselector.md)<!-- -->, [TimedWireOperatorOptions](./x-components.timedwireoperatoroptions.md)