Boomi Flow Runtime Reference Documentation
    Preparing search index...

    Interface ConfigurationValue

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

    Properties

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