You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sync/README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,19 @@ CRDT documents can hold meta information in a map. This map exists only in memor
20
20
21
21
### CRDT_RECORD_MAP_KEY
22
22
23
-
Root-level key for the CRDT document that holds the entity record data.
23
+
Root-level key for the map that holds the entity record data.
24
+
25
+
### CRDT_RECORD_METADATA_MAP_KEY
26
+
27
+
Root-level key for the map that holds entity record metadata. This map should only contain metadata that is not represented by the entity record itself.
28
+
29
+
### CRDT_RECORD_METADATA_SAVED_AT_KEY
30
+
31
+
Y.Map key representing the timestamp of the last save operation.
32
+
33
+
### CRDT_RECORD_METADATA_SAVED_BY_KEY
34
+
35
+
Y.Map key representing the Y.Doc client ID of the user who performed the last save operation.
0 commit comments