Tx Interface

Packages > @anticrm/core > Tx

Transaction operation being processed.

Signature:

export interface Tx extends Doc 

Extends: Doc

Properties #

List of properties of this interface
Property Type Description
_date DateProperty
_user StringProperty

Events #

_date #

Signature:

_date: DateProperty;

_user #

Signature:

_user: StringProperty;