i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > ConnectorSeedConstraints

    spi.ConnectorSeedConstraints type

    The constraints on the seeds that users can specify, or null if the service does not support seeds.

    Signature:

    export type ConnectorSeedConstraints = {
        connectorIds?: Array<string>;
        max?: number;
        min?: number;
        seedTypes?: ConnectorSeedTypes;
      };
    

    References: ConnectorSeedTypes

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