DomainIndex Interface

Packages > @anticrm/core > DomainIndex

Signature:

export interface DomainIndex 

Methods #

List of methods of this class
Method Description
tx(ctx, tx)

Methods #

tx #

Signature:

tx(ctx: TxContext, tx: Tx): Promise<any>;

Parameters

List of parameters
Parameter Type Description
ctx TxContext
tx Tx

Returns:

Promise<any>