Skip to main content
Module

x/rxjs/mod.ts>ConnectConfig

Deno port of RXJS
Latest
interface ConnectConfig
import { type ConnectConfig } from "https://deno.land/x/rxjs@v1.0.2/mod.ts";

An object used to configure connect operator.

Properties

connector: () => SubjectLike<T>

A factory function used to create the Subject through which the source is multicast. By default, this creates a Subject.