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

    Interface DocHandleEncodedChangePayload<T>

    Emitted when this document's heads have changed

    interface DocHandleEncodedChangePayload<T> {
        doc: Automerge.Doc<T>;
        handle: DocHandle<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    handle: DocHandle<T>