i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > SemanticProperty

    spi.SemanticProperty type

    A property of a semantic seed.

    Signature:

    export type SemanticProperty = {
        logicalType: LogicalType;
        value: any;
        sourceSemanticTypeId: string;
      };
    

    References: LogicalType

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