A structural snapshot of JSON CRDT model.

interface JsonCrdtVerboseDocument {
    root: JsonCrdtVerboseVal;
    time: number | JsonCrdtVerboseLogicalTimestamp[];
}

Properties

Properties

Root node of the document data model.

Vector clock which contains the latest values of all known logical clocks. The first clock is the local clock of this document.