Skip to main content

DEFAULT_LANE

@rotorsoft/act-root


@rotorsoft/act-root / act/src / DEFAULT_LANE

Variable: DEFAULT_LANE

const DEFAULT_LANE: "default" = "default"

Defined in: libs/act/src/ports.ts:321

Name of the implicit lane every reaction lands in unless its .to({lane}) declaration says otherwise (ACT-1103). Acts that don't call .withLane(...) see only this lane, and behavior is identical to pre-1103 single-controller drain.

Persisted on streams.lane and threaded as the strict-typed default in builder generics โ€” lane?: TLanes always includes "default".