1
0
Fork 1
mirror of https://example.com synced 2024-11-23 07:36:40 +09:00
firefish/packages/firefish-js/markdown/firefish-js.channelconnection.send.md

27 lines
598 B
Markdown
Raw Normal View History

2023-07-20 04:17:05 +09:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [firefish-js](./firefish-js.md) &gt; [ChannelConnection](./firefish-js.channelconnection.md) &gt; [send](./firefish-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