Automerge Repo - v2.3.0-alpha.0
    Preparing search index...
    type InsertPatch = {
        action: "insert";
        conflicts?: boolean[];
        marks?: Automerge.MarkSet;
        path: Automerge.Prop[];
        values: PatchValue[];
    }
    Index

    Properties

    action: "insert"
    conflicts?: boolean[]
    path: Automerge.Prop[]
    values: PatchValue[]