Options that can be passed to a @sanity/client constructor to configure it
against the project and dataset which triggered the event. Note that you should
always specify an explicit apiVersion in YYYY-MM-DD format (e.g. 2025-05-01).
The resource ID of the event source; resource ID that invoked the function.
The resource type of the event source; resource type that invoked the function.
The resource ID of the function container; resource ID that houses the function.
The resource type of the function container; resource type that houses the function.
OptionalinvokeOptionallocallocal is set to true when testing your function locally.
i.e. sanity function test func-name
Otherwise, the property is not set.
Resource interface that allows access to Blueprint Resources
The context object passed to the function handler.