@empathyco/x-components
Version:
Empathy X Components
18 lines (11 loc) • 550 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [Wiring](./x-components.wiring.md)
## Wiring type
The Wiring is a record where each key is an EmpathyX event, and the value is a dictionary of wires.
**Signature:**
```typescript
export type Wiring = {
[Event in XEvent]: Dictionary<WireForEvent<Event>>;
};
```
**References:** [XEvent](./x-components.xevent.md)<!-- -->, [WireForEvent](./x-components.wireforevent.md)