i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > ConnectorDefaultValues

    spi.ConnectorDefaultValues type

    Settings for clients to apply to the data they receive, if the data does not indicate otherwise.

    Signature:

    export type ConnectorDefaultValues = {
        entityTypeId?: string;
        entityTypeLocation?: SchemaTypeLocation;
        linkDirection?: LinkDirection;
        linkTypeId?: string;
        linkTypeLocation?: SchemaTypeLocation;
        resultIdsPersistent?: boolean;
        timeZoneId?: string;
      };
    

    References: SchemaTypeLocation, LinkDirection

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