Readonly
idUnique ID within a document.
Protected
deleteProtected
deleteRename to .rangeX() method?
Protected
formatProtected
insProtected
insProtected
insertProtected
insertProtected
mergeProtected
mergeProtected
mergeID of character to start the search from.
Previous ID in the RGA sequence.
Protected
printChunk from which to start the range. If undefined, the
chunk containing from
will be used. This is an optimization
to avoid a lookup.
ID of the first element in the range.
ID of the last element in the range.
Function to call for each chunk slice in the range. If it returns truthy value, the iteration will stop.
Reference to the last chunk in the range.
All ".rangeX()" method are not performance optimized. For hot paths it is better to hand craft the loop.
Protected
splitProtected
to
Represents the
str
type in JSON CRDT. Thestr
type is a RGA (Replicated Growable Array) of UTF-16 code units.