Sanity Library Reference Docs
    Preparing search index...

    Interface FormSetIfMissingPatchBeta

    interface FormSetIfMissingPatch {
        origin?: FormPatchOrigin;
        path: Path;
        type: "setIfMissing";
        value: FormPatchJSONValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    path: Path
    type: "setIfMissing"