@logixjs/core
    Preparing search index...

    Type Alias BoundApi<Sh, R>

    BoundApi: BoundApi<Sh, R>

    Bound API factory: creates pre-bound accessors for a module shape + environment.

    • By default, resolves the current Logix.ModuleRuntime from Logic.RuntimeTag.
    • Optionally accepts a Logix.ModuleTag<Sh> to explicitly choose the runtime (e.g. cross-module collaboration).

    Note: this is a type-only surface; the concrete implementation is injected by the runtime. In this PoC, the runtime provides a placeholder value at compile-time boundaries.

    Type Parameters