@automerge/automerge - v3.0.0
    Preparing search index...

    Type Alias InsertPatch

    type InsertPatch = {
        action: "insert";
        conflicts?: boolean[];
        marks?: MarkSet;
        path: Prop[];
        values: PatchValue[];
    }
    Index

    Properties

    action: "insert"
    conflicts?: boolean[]
    marks?: MarkSet
    path: Prop[]
    values: PatchValue[]