IInteraction interface

Member of ININ.Addins.IC.Interactions Since 2016 R1 API Version 1

Represents an interaction and a subset of its attributes.

Members

attributes :Object

Read-only Since 2016 R1 API Version 1

Represents a subset of attributes that are assigned to this interaction.

interactionId :string

Read-only Since 2016 R1 API Version 1

Represents the identifier of the interaction.

Methods

getAttribute(attributeName) :String

Since 2016 R1 API Version 1

Returns the value of the attribute specified, treating the attribute name case-insensitively.

Parameters

Name Type Description
attributeName String

The name of the attribute. This is treated case-insensitively. Can be one of the common attribute names from ININ.Addins.IC.Interactions.attributeNames.

Returns

The value of the attribute, if it is cached in this instance.

Type
String