i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > SourceReferenceInfo

    spi.SourceReferenceInfo type

    The information that the source reference contains.

    Signature:

    export type SourceReferenceInfo = {
        description?: string;
        image?: string;
        location?: string;
        name: string;
        type?: string;
      };
    
    In this article
    Back to top © N. Harris Computer Corporation