Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

@reactor/connect — receivertarget

@reactor/connect


@reactor/connect / ReceiverTarget

ReceiverTarget = { name: string; type: "job"; } | { connection: string; type: "stream"; } | { action: string; instance: string; type: "action"; } | { name: string; type: "function"; }

Defined in: index.ts:166

Receiver target.