Sanity Library Reference Docs
    Preparing search index...

    Interface InvokeFunctionEvent

    interface InvokeFunctionEvent {
        data?: unknown;
    }
    Index

    Properties

    Properties

    data?: unknown

    Payload handed to the function. The function receives it as event.data.