Readonly
idUnique ID within a document.
Protected
deleteProtected
deleteRename to .rangeX() method?
Protected
formatProtected
insProtected
insProtected
insertProtected
insertContent length.
Protected
mergeProtected
mergeProtected
mergeReturns the name of the JSON node type.
Returns the position of the first element in the chunk.
ID 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.
Number of chunks.
Protected
splitProtected
toReturns a POJO object which represents the "view" of this JSON node model.
Represents the
bin
type in JSON CRDT. Thebin
is a blob of binary data, powered by a Replicated Growable Array (RGA) algorithm.