Sanity Library Reference Docs
    Preparing search index...

    Interface FormSetPatchBeta

    interface FormSetPatch {
        origin?: FormPatchOrigin;
        path: Path;
        type: "set";
        value: FormPatchJSONValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    path: Path
    type: "set"