Sanity Library Reference Docs
    Preparing search index...

    Interface FormInsertPatchBeta

    interface FormInsertPatch {
        items: FormPatchJSONValue[];
        origin?: FormPatchOrigin;
        path: Path;
        position: FormInsertPatchPosition;
        type: "insert";
    }

    Hierarchy (View Summary)

    Index

    Properties

    path: Path
    type: "insert"