Home > @i2analyze/i2connect > records > ISeedEntityRecord
records.ISeedEntityRecord interface
A seed entity record.
Signature:
interface ISeedEntityRecord extends ISeedRecordBase
Extends: ISeedRecordBase
Introduced: API version 1.0
Properties
Property | Type | Description |
---|---|---|
connectorKeys | readonly IConnectorKey[] | Gets the keys that came from the current connector, from the source identifiers of the seed record. (Inherited from ISeedRecordBase) |
isLink | false | Indicates that the seed is an entity record. |
label | string | Gets the label of the seed record. (Inherited from ISeedRecordBase) |
seedId | SeedId | Gets the identifier of the seed record. (Inherited from ISeedRecordBase) |
sourceIdentifiers | readonly ISourceIdentifier[] | Gets the source identifiers of the seed record. (Inherited from ISeedRecordBase) |
Methods
Method | Description |
---|---|
connectorKeysByType(type) | Gets the keys of the specified type that came from the current connector, from the source identifiers of the seed record. (Inherited from ISeedRecordBase) |
isType(entityType) | Indicates whether the entity record has the specified type. |