Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface ConfigurationValue

    interface ConfigurationValue {
        contentValue: string;
        developerName: string;
        objectData: ObjectData[];
        typeElementDeveloperName: null | string;
        typeElementId: null | string;
        typeElementPropertyDeveloperName: null | string;
        typeElementPropertyId: null | string;
        valueElementId: string;
    }
    Index

    Properties

    contentValue: string
    developerName: string
    objectData: ObjectData[]
    typeElementDeveloperName: null | string
    typeElementId: null | string
    typeElementPropertyDeveloperName: null | string
    typeElementPropertyId: null | string
    valueElementId: string