Emitted when this document's heads have changed

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

Type Parameters

  • T

Properties

Properties

doc: Doc<T>
handle: DocHandle<T>