Optional
_resultOptional
_updateUsed internally by the server-side backend
The action of this database operation
Whether the database operation is broadcast to other connected clients
Optional
diffDifference each update object against current Document data and only use differential data for the update operation
Optional
modifiedThe timestamp when the operation was performed
Optional
noBlock the dispatch of hooks related to this operation
A compendium collection ID which contains the Documents
Optional
parentA parent Document within which Documents are embedded
Optional
parentA parent Document UUID provided when the parent instance is unavailable
Optional
recursiveMerge objects recursively. If false, inner objects will be replaced explicitly. Use with caution!
Optional
renderRe-render Applications whose display depends on the created Documents
An array of data objects used to update existing Documents. Each update object must contain the _id of the target Document
Used internally by the server-side backend