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

List of properties of this interface
Property Type Description
_attributes Property | AnyLayout
kind TxOperationKind
selector ObjectSelector[]

Events

_attributes

Signature:

_attributes?: Property<any, any> | AnyLayout;

kind

Signature:

kind: TxOperationKind;

selector

Signature:

selector?: ObjectSelector[];