@automerge/automerge - v3.0.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

    Properties

    Properties

    patchCallback?: PatchCallback<T>