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
OptionaldiffDifference each update object against current Document data and only use differential data for the update operation
OptionalmodifiedThe timestamp when the operation was performed
OptionalnoBlock the dispatch of hooks related to this operation
A compendium collection ID which contains the Documents
OptionalparentA parent Document within which Documents are embedded
OptionalparentA parent Document UUID provided when the parent instance is unavailable
OptionalrecursiveMerge objects recursively. If false, inner objects will be replaced explicitly. Use with caution!
OptionalrenderRe-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