Sanity Library Reference Docs
Preparing search index...
@sanity/workflow-engine-test
EngineScope
Type Alias EngineScope
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
)
EngineScope
BenchState
Index
Properties
client
execution
Context
resource
Clients?
tag
workflow
Resource
Properties
client
client
:
TestClient
execution
Context
executionContext
:
DeclaredExecutionContext
Optional
resource
Clients
resourceClients
?:
ResourceClientResolver
tag
tag
:
string
workflow
Resource
workflowResource
:
WorkflowResource
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
execution
Context
resource
Clients
tag
workflow
Resource
Sanity Library Reference Docs
Loading...
The bench-owned engine call context injected into every wrapped verb.