Inserts contents into a CRDT object. The obj property specifies the object on which to perform the operation.
obj
Object on which to perform the operation.
For "val" CRDT object, if omitted, or set to falsy value, or equal to origin [0, 0], the "set" operation is applied to the root object, which is LWW Register of a pointer to another CRDT data type.
[0, 0]
Mnemonic.
Inserts contents into a CRDT object. The
obj
property specifies the object on which to perform the operation.