BetaBetaclientOptions 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).
BetaeventThe resource ID of the event source; resource ID that invoked the function.
BetaeventThe resource type of the event source; resource type that invoked the function.
BetafunctionThe resource ID of the function container; resource ID that houses the function.
BetafunctionThe resource type of the function container; resource type that houses the function.
Optional Betalocallocal is set to true when testing your function locally.
i.e. sanity function test func-name
Otherwise, the property is not set.
The context object passed to the function handler.