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

    Interface IntegrationElementInstanceDependency

    interface IntegrationElementInstanceDependency {
        fromType: IntegrationElementType;
        fromInstanceId: string;
        toType: IntegrationElementType;
        toInstanceId: string;
        data?: any;
    }
    Index

    Properties

    fromInstanceId: string
    toInstanceId: string
    data?: any