Sanity Library Reference Docs
    Preparing search index...

    Interface FormDiffMatchPatchBeta

    interface FormDiffMatchPatch {
        origin?: FormPatchOrigin;
        path: Path;
        type: "diffMatchPatch";
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    path: Path
    type: "diffMatchPatch"
    value: string