i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > DaodSeedItemData

    spi.DaodSeedItemData type

    Data from a record to be used as a seed in a search operation.

    Signature:

    export type DaodSeedItemData = {
        sourceIds: Array<SeedSourceIdentifier>;
        seedId: string;
        typeId: string;
        label?: string;
        properties?: Record<string, PropertyValueType>;
        accessDimensionValues?: Array<SecurityDimensionAndValues>;
        extensions?: Record<string, any>;
      };
    

    References: SeedSourceIdentifier, PropertyValueType, SecurityDimensionAndValues

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