UpdateTx Interface
Packages > @anticrm/domains > UpdateTx
Perform an object update operation. In case _class is mixin, object of first parent Class will be stored into storage.
Signature:
export interface UpdateTx extends ObjectTx
Extends: ObjectTx
Properties
Property | Type | Description |
---|---|---|
operations | TxOperation[] |
Events
operations
Signature:
operations: TxOperation[];