i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > SemanticSeed

    spi.SemanticSeed type

    The properties of a record in use as a semantic seed.

    Signature:

    export type SemanticSeed = {
        seedId: string;
        isLink?: boolean;
        properties: Record<string, Array<SemanticProperty>>;
      };
    

    References: SemanticProperty

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