i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > records > IResultEntityRecord

    records.IResultEntityRecord type

    A new result entity record.

    Signature:

    type IResultEntityRecord<TItemType extends schema.IItemType = schema.IItemType, TIdType extends ResultRecordIdType = ResultRecordId> = IResultRecordBase<TItemType, TIdType>;
    

    References: schema.IItemType, ResultRecordIdType, ResultRecordId, IResultRecordBase

    Introduced: API version 1.0

    Type Parameters

    Parameter Type Description
    TItemType extends schema.IItemType (default: schema.IItemType) The type of the result record.
    TIdType extends ResultRecordIdType (default: ResultRecordId) The type of the identifier for the result record..
    In this article
    Back to top © N. Harris Computer Corporation (2022)