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

    Type Alias ApplyOptions<T>

    type ApplyOptions<T> = {
        patchCallback?: PatchCallback<T>;
    }

    Type Parameters

    • T

      The type of value contained in the document

    Index
    patchCallback?: PatchCallback<T>