Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/channel/custom/remote-channel-server/remote-channel-server-impl.ts>RemoteChannelServerImpl.OpenCrossMessage

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface RemoteChannelServerImpl.OpenCrossMessage
import { type RemoteChannelServerImpl } from "https://deno.land/x/rimbu@1.2.1/channel/custom/remote-channel-server/remote-channel-server-impl.ts";
const { OpenCrossMessage } = RemoteChannelServerImpl;

Properties

type: "RCS_OPEN"
channelType: "cross"
read: { channelId: string; }
write: { channelId: string; }