@logixjs/core
    Preparing search index...

    Interface ProgramRunContext<Sh>

    interface ProgramRunContext<Sh extends AnyModuleShape> {
        $: BoundApi<Sh, never>;
        module: ModuleRuntime<Type<Sh["stateSchema"]>, Type<Sh["actionSchema"]>>;
        runtime: ManagedRuntime<any, never>;
        scope: CloseableScope;
    }

    Type Parameters

    Index

    Properties

    Properties

    $: BoundApi<Sh, never>
    module: ModuleRuntime<Type<Sh["stateSchema"]>, Type<Sh["actionSchema"]>>
    runtime: ManagedRuntime<any, never>
    scope: CloseableScope