Tx Interface
Packages > @anticrm/core > Tx
Transaction operation being processed.
Signature:
export interface Tx extends Doc
Extends: Doc
Properties
Property | Type | Description |
---|---|---|
_date | DateProperty | |
_user | StringProperty |
Events
_date
Signature:
_date: DateProperty;
_user
Signature:
_user: StringProperty;