Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/channels / testkit / LoopbackInboundInput
Interface: LoopbackInboundInput
Defined in: packages/channels/src/testkit/loopback-adapter.ts:22
Convenience shape for LoopbackAdapter.inject.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
attachments? | readonly | readonly ChannelAttachment[] | - | packages/channels/src/testkit/loopback-adapter.ts:28 |
messageId? | readonly | string | - | packages/channels/src/testkit/loopback-adapter.ts:26 |
peerId? | readonly | string | Default 'peer-1'. | packages/channels/src/testkit/loopback-adapter.ts:25 |
replyTo? | readonly | { excerpt?: string; messageId: string; } | - | packages/channels/src/testkit/loopback-adapter.ts:27 |
replyTo.excerpt? | readonly | string | Short excerpt of the quoted message, when the vendor supplies one. | packages/channels/src/spi.ts:96 |
replyTo.messageId | readonly | string | - | packages/channels/src/spi.ts:94 |
text | readonly | string | - | packages/channels/src/testkit/loopback-adapter.ts:23 |