Home > @i2analyze/i2connect > records > ISeedRecordBase > connectorKeys
records.ISeedRecordBase.connectorKeys property
Gets the keys that came from the current connector, from the source identifiers of the seed record.
Signature:
readonly connectorKeys: readonly IConnectorKey[];
Returns: readonly IConnectorKey[]
Introduced: API version 1.0
Remarks
Each key contains the identifier and type of some data that originated from the current connector. This array contains more than one key only if multiple records have been merged on the chart. If the identifiers are unique in your source system, you must iterate over each key in this array.
Note: Your seed constraints are no guarantee of the types of these keys. If the user has merged different types of record, you will get different key types. Use the connectorKeysByType() method to get keys only of the type that you are interested in.