Sanity Library Reference Docs
Preparing search index...
@sanity/workflow-blueprint
runtime
RuntimeFunctionContext
Interface RuntimeFunctionContext
Both the document and the scheduled function context satisfy this structurally.
interface
RuntimeFunctionContext
{
clientOptions
?:
{
apiHost
?:
string
;
token
?:
string
}
;
}
Index
Properties
client
Options?
Properties
Optional
client
Options
clientOptions
?:
{
apiHost
?:
string
;
token
?:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Options
Sanity Library Reference Docs
Loading...
Both the document and the scheduled function context satisfy this structurally.