Sanity Library Reference Docs
    Preparing search index...

    Interface ProvenanceDiffAnnotation

    When comparing documents, diff provenance reflects details about the bundle in which a change was introduced.

    interface ProvenanceDiffAnnotation {
        provenance: { bundle?: TargetPerspective };
    }
    Index

    Properties

    Properties

    provenance: { bundle?: TargetPerspective }