Sanity Library Reference Docs
    Preparing search index...

    Interface EditDocumentOptionsBeta

    Options for creating an EditDocumentAction.

    interface EditDocumentOptions {
        preserveOperations?: boolean;
    }
    Index

    Properties

    preserveOperations?: boolean

    Forward the given patches verbatim instead of re-deriving them by diffing document snapshots. See EditDocumentAction.preserveOperations.