Membrane React - v0.2.1
    Preparing search index...

    Interface MapFormulaValue

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

    Properties

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