The caller who triggered this update.
Specifically, this is:
undefined.caller passed to receive.caller passed to load.caller passed to load.Whether the update is from a local transaction, i.e., it results from calling Collab methods on this replica.
A 1-indexed counter for senderID's transactions.
The pair (senderID, senderCounter) uniquely
identifies the message's transaction. It is sometimes called a causal dot.
The replicaID that sent the message.
The serialized update.
Specifically, this is:
message passed to receive.savedState passed to load.The update's type.
Generated using TypeDoc
UpdateEvent sub-type emitted for updates of type "message".