Integration App SDK - v1.14.0
    Preparing search index...

    Interface FieldMappingUnitConfig

    interface FieldMappingUnitConfig {
        key?: string;
        input?: any;
        includeRawFields?: any;
        importValue?: any;
        exportValue?: any;
        default?: any;
        defaultUnifiedValue?: any;
        defaultValue?: any;
        appSchema?: DataSchema;
    }
    Index

    Properties

    key?: string
    input?: any
    includeRawFields?: any
    importValue?: any
    exportValue?: any
    default?: any
    defaultUnifiedValue?: any
    defaultValue?: any
    appSchema?: DataSchema