ObjectTx Interface
Packages > @anticrm/core > ObjectTx
Signature:
export interface ObjectTx extends Tx
Extends: Tx
Properties
Property | Type | Description |
---|---|---|
_objectClass | Ref<Class<Doc>> | |
_objectId | Ref<Doc> |
Events
_objectClass
Signature:
_objectClass: Ref<Class<Doc>>;
_objectId
Signature:
_objectId: Ref<Doc>;