Sanity Library Reference Docs
    Preparing search index...

    The bench-owned engine call context injected into every wrapped verb.

    type EngineScope = {
        client: TestClient;
        executionContext: DeclaredExecutionContext;
        resourceClients?: ResourceClientResolver;
        tag: string;
        workflowResource: WorkflowResource;
    }

    Hierarchy (View Summary)

    Index

    Properties

    client: TestClient
    executionContext: DeclaredExecutionContext
    resourceClients?: ResourceClientResolver
    tag: string
    workflowResource: WorkflowResource