Automerge Repo - v2.3.0-alpha.0
    Preparing search index...

    Interface DocHandleChangePayload<T>

    Emitted when this document has changed

    interface DocHandleChangePayload<T> {
        doc: Automerge.Doc<T>;
        handle: DocHandle<T>;
        patches: Automerge.Patch[];
        patchInfo: Automerge.PatchInfo<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    The value of the document after the change

    handle: DocHandle<T>

    The handle that changed

    patches: Automerge.Patch[]

    The patches representing the change that occurred

    patchInfo: Automerge.PatchInfo<T>

    Information about the change