Maps and sequences in automerge can contain conflicting values for a
particular key or index. In this case getConflicts can be used to
obtain a Conflicts representing the multiple values present for the property
A Conflicts is a map from a unique (per property or index) key to one of
the possible conflicting values for the given property.
The type of conflicts for particular key or index
Maps and sequences in automerge can contain conflicting values for a particular key or index. In this case getConflicts can be used to obtain a
Conflicts
representing the multiple values present for the propertyA
Conflicts
is a map from a unique (per property or index) key to one of the possible conflicting values for the given property.