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

    Interface DataMapperFormulaStep

    interface DataMapperFormulaStep {
        dependencies: string[];
        expression: string;
        item: NormalizedDataMapperItem;
        resultPath: string;
        sequence: number;
    }
    Index

    Properties

    dependencies: string[]
    expression: string
    resultPath: string
    sequence: number