Sanity Library Reference Docs
Preparing search index...
@sanity/functions
ScheduledEventHandler
Type Alias ScheduledEventHandler
Beta
ScheduledEventHandler
:
(
envelope
:
{
context
:
ScheduledFunctionContext
}
,
)
=>
void
|
Promise
<
void
>
A function handler for a schedule event.
Type declaration
(
envelope
:
{
context
:
ScheduledFunctionContext
}
)
:
void
|
Promise
<
void
>
Parameters
envelope
:
{
context
:
ScheduledFunctionContext
}
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Sanity Library Reference Docs
Loading...
A function handler for a schedule event.