Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
InvokeFunctionEvent
Interface InvokeFunctionEvent
interface
InvokeFunctionEvent
{
data
?:
unknown
;
}
Index
Properties
data?
Properties
Optional
data
data
?:
unknown
Payload handed to the function. The function receives it as
event.data
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Sanity Library Reference Docs
Loading...
Payload handed to the function. The function receives it as
event.data.