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

    Interface IntegrationElementInstance

    interface IntegrationElementInstance {
        type: IntegrationElementType;
        instanceId?: string;
        data?: any;
    }
    Index

    Properties

    instanceId?: string
    data?: any