[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( type: T, body: Channel["receives"][T], ): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | type | T | | | body | Channel\["receives"\]\[T\] | | **Returns:** void