i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > I2ConnectEntityData

    spi.I2ConnectEntityData type

    An entity in the results of a request for data to an i2 Connect service.

    Signature:

    export type I2ConnectEntityData = {
        id: EntityDataIdentifier;
        properties?: Record<string, PropertyValueType>;
        sourceReference?: SourceReference;
        typeId?: string;
        typeLocation?: SchemaTypeLocation;
        version?: number;
      };
    

    References: EntityDataIdentifier, PropertyValueType, SourceReference, SchemaTypeLocation

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