i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > DaodSeeds

    spi.DaodSeeds type

    The data from all the records that are to be used as seeds in a search operation.

    Signature:

    export type DaodSeeds = {
        allItemTypes?: Array<ItemType>;
        entities?: Array<DaodSeedEntityData>;
        itemTypes?: Record<string, ItemType>;
        links?: Array<DaodSeedLinkData>;
        semanticData?: Record<string, Array<SemanticSeed>>;
      };
    

    References: ItemType, DaodSeedEntityData, DaodSeedLinkData, SemanticSeed

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