Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentMutationEventBeta

    interface DocumentMutationEvent {
        document: SanityDocument;
        mutations: MutationPayload[];
        origin: "local" | "remote";
        type: "mutation";
    }
    Index

    Properties

    document: SanityDocument
    mutations: MutationPayload[]
    origin: "local" | "remote"
    type: "mutation"