Options for the _onBeforeConnect
method.
parameters: ExtractActorConnParams<A>
The parameters passed when a client connects to the actor.
Options for the _onBeforeConnect
method.
parameters: ExtractActorConnParams<A>
The parameters passed when a client connects to the actor.
Add Package
deno add jsr:@rivet-gg/actor
Import symbol
import { type OnBeforeConnectOptions } from "@rivet-gg/actor";
---- OR ----
Import directly with a jsr specifier
import { type OnBeforeConnectOptions } from "jsr:@rivet-gg/actor";