Interface UpdateItem

Source
Expand description

An update item carries yjs update data for the receiver to apply.

interface UpdateItem {
    data: Uint8Array;
    type: "update";
}

Properties§

§data: Uint8Array
§type: "update"