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

    Interface IntegrationElement

    interface IntegrationElement {
        type: IntegrationElementType;
        key?: string;
        id?: string;
        config?: any;
    }
    Index

    Properties

    Properties

    key?: string
    id?: string
    config?: any