vlocode-project - v2.4.3
    Preparing search index...

    Interface DataMapperExtractCondition

    interface DataMapperExtractCondition {
        fieldName?: string;
        filterGroup: number;
        item: NormalizedDataMapperItem;
        operator: string;
        value?: string;
    }
    Index

    Properties

    fieldName?: string
    filterGroup: number
    operator: string
    value?: string