i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > ConnectorConfig

    spi.ConnectorConfig type

    Complete information about a connector for the i2 Connect gateway.

    Signature:

    export type ConnectorConfig = {
        version?: string;
        chartingSchemesUrl?: string;
        gatewaySchema?: string;
        schemaShortName?: string;
        schemaUrl?: string;
        userConfigUrl?: string;
      } & ConnectorConfigBase;
    

    References: ConnectorConfigBase

    In this article
    Back to top © N. Harris Computer Corporation