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

    Interface MapFormulaValue

    interface MapFormulaValue {
        value: any;
        mapping: MappingItem[];
        default?: any;
    }
    Index

    Properties

    value: any
    mapping: MappingItem[]
    default?: any