Sanity Library Reference Docs
Preparing search index...
@sanity/workflow-engine
index
QueryInScopeArgs
Interface QueryInScopeArgs
Args for the verbs that address an instance without further input.
interface
QueryInScopeArgs
{
groq
:
string
;
instanceId
:
string
;
params
?:
Record
<
string
,
unknown
>
;
}
Hierarchy (
View Summary
)
InstanceRefArgs
QueryArgs
QueryInScopeArgs
Index
Properties
groq
instance
Id
params?
Properties
groq
groq
:
string
instance
Id
instanceId
:
string
Optional
params
params
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
groq
instance
Id
params
Sanity Library Reference Docs
Loading...
Args for the verbs that address an instance without further input.