Home > @i2analyze/i2connect > records > IRecordProperties
records.IRecordProperties interface
A set of properties in a result record.
Signature:
interface IRecordProperties<TItemType extends schema.IItemType = schema.IItemType>
Introduced: API version 1.2
Type Parameters
Parameter | Type | Description |
---|---|---|
TItemType | extends schema.IItemType(default: schema.IItemType) | The type of the result record. |
Methods
Method | Description |
---|---|
setProperties(properties) | Sets the values of several properties on the result record. |
setProperty(displayName, value) | Sets the value of a property on the result record. |
setSourceReference(sourceReference) | Adds a source reference to the result record. |