ObjectTx Interface

Packages > @anticrm/domains > ObjectTx

Signature:

export interface ObjectTx extends Tx 

Extends: Tx

Properties #

List of properties of this interface
Property Type Description
_objectClass Ref<Class<Doc>>
_objectId Ref<Doc>
_objectSpace Ref<Space>
_txDetails ObjectTxDetails

Events #

_objectClass #

Signature:

_objectClass: Ref<Class<Doc>>;

_objectId #

Signature:

_objectId: Ref<Doc>;

_objectSpace #

Signature:

_objectSpace?: Ref<Space>;

_txDetails #

Signature:

_txDetails?: ObjectTxDetails;