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

    Interface DataMapperExtractObjectOptions

    interface DataMapperExtractObjectOptions {
        disabled?: boolean;
        fields?: Partial<DataMapperItem>;
        outputObjectName?: string;
        sequence?: number;
    }
    Index

    Properties

    disabled?: boolean
    fields?: Partial<DataMapperItem>
    outputObjectName?: string
    sequence?: number