TxOperation Interface
Packages > @anticrm/domains > TxOperation
Update operation inside update transaction, could contain changes to some of individual embedded attributes. And operations with arrays.
Signature:
export interface TxOperation extends Emb 
Extends: Emb
Properties
| Property | Type | Description | 
|---|---|---|
| _attributes | Property | 
      |
| kind | TxOperationKind | |
| selector | ObjectSelector[] | 
Events
_attributes
Signature:
_attributes?: Property<any, any> | AnyLayout;
kind
Signature:
kind: TxOperationKind;
selector
Signature:
selector?: ObjectSelector[];