Senzing Node.js SDK
    Preparing search index...

    Interface AddExpressionCallOptions

    interface AddExpressionCallOptions {
        efuncCode: string;
        elementList: ExpressionCallElementListItem[];
        ftypeCode?: string;
        felemCode?: string;
        execOrder?: number;
        expressionFeature?: string;
        isVirtual?: string;
    }
    Index

    Properties

    efuncCode: string
    ftypeCode?: string
    felemCode?: string
    execOrder?: number
    expressionFeature?: string
    isVirtual?: string