i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > ConnectorSeedConstraintItemType

    spi.ConnectorSeedConstraintItemType type

    A seed constraint that is based on the item type of seed records.

    Signature:

    export type ConnectorSeedConstraintItemType = {
        id: string;
        max?: number;
        min?: number;
        typeLocation?: SchemaTypeLocation;
      };
    

    References: SchemaTypeLocation

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