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