Home > @i2analyze/i2connect > records > ITypedSeedRecord
records.ITypedSeedRecord interface
A seed record of a specific type.
Signature:
interface ITypedSeedRecord<TItemType extends schema.IItemType> extends ISeedRecordBase
Extends: ISeedRecordBase
Introduced: API version 1.0
Type Parameters
Parameter | Type | Description |
---|---|---|
TItemType | extends schema.IItemType | 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) |
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) |
getProperty(displayName) | Gets the value of the specified property of the seed record. |
hasProperty(displayName) | Indicates whether the seed record has a property with the specified display name. |