The type of the value contained in the document
The document to update
Either a message, an ChangeOptions, or a ChangeFn
Optional
callback: next.ChangeFn<T>A ChangeFn
to be used if options
was a string
Note that if the second argument is a function it will be used as the ChangeFn
regardless of what the third argument is.
Generated using TypeDoc
Update the contents of an automerge document
Example
A simple change
Example
A change with a message
Example
A change with a message and a timestamp
Example
responding to a patch callback