Home > @i2analyze/i2connect > records > ISeededResultLinkRecord
records.ISeededResultLinkRecord interface
A result link record that is generated from a seed record.
Signature:
interface ISeededResultLinkRecord extends ISeededResultRecordBase
Extends: ISeededResultRecordBase
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
id | SeedId | Gets the identifier of the result record, which is also the identifier of the seed record. (Inherited from ISeededResultRecordBase) |
Methods
Method | Description |
---|---|
isType(linkType) | Indicates whether the link record has the specified type. |
setSourceReference(sourceReference) | Adds a source reference to the result record. (Inherited from ISeededResultRecordBase) |