27 lines
568 B
Markdown
27 lines
568 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [calckey-js](./calckey-js.md) > [ChannelConnection](./calckey-js.channelconnection.md) > [send](./calckey-js.channelconnection.send.md)
|
||
|
|
||
|
## ChannelConnection.send() method
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
send<T extends keyof Channel["receives"]>(
|
||
|
type: T,
|
||
|
body: Channel["receives"][T],
|
||
|
): void;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| type | T | |
|
||
|
| body | Channel\["receives"\]\[T\] | |
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
void
|
||
|
|