Home > @i2analyze/i2connect > records > ITypedSeedLinkRecord
records.ITypedSeedLinkRecord interface
A seed record of a specific link type.
Signature:
interface ITypedSeedLinkRecord<TLinkType extends schema.ILinkType> extends ITypedSeedRecord<TLinkType>, ISeedLinkRecord
Extends: ITypedSeedRecord<TLinkType>, ISeedLinkRecord
Introduced: API version 2.0
Type Parameters
Parameter | Type | Description |
---|---|---|
TLinkType | extends schema.ILinkType | The type of the seed record. |
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) |
direction | data.LinkDirection | Gets the direction of the link record. (Inherited from ISeedLinkRecord) |
fromEnd | ISeedEntityRecord | Gets the seed entity record at the "from" end of the link record. (Inherited from ISeedLinkRecord) |
isLink | true | Indicates that the seed is a link record. (Inherited from ISeedLinkRecord) |
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) |
toEnd | ISeedEntityRecord | Gets the seed entity record at the "to" end of the link record. (Inherited from ISeedLinkRecord) |
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) |
getProperty(displayName) | Gets the value of the specified property of the seed record. (Inherited from ITypedSeedRecord) |
hasProperty(displayName) | Indicates whether the seed record has a property with the specified display name. (Inherited from ITypedSeedRecord) |
isType(linkType) | Indicates whether the link record has the specified type. (Inherited from ISeedLinkRecord) |