Home > @i2analyze/i2connect > records > ISeedRecordBase
records.ISeedRecordBase interface
A set of information and functionality that is common to all seed records.
Signature:
interface 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. |
label | string | Gets the label of the seed record. |
seedId | SeedId | Gets the identifier of the seed record. |
sourceIdentifiers | readonly ISourceIdentifier[] | Gets the source identifiers of the seed record. |
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. |