PersonalizationParameterValue interface

Interface representing a parameter value linked to a Personalization.

Signature:

export interface PersonalizationParameterValue 

Properties

Property Type Description
personalizationValue PersonalizationValue The value returned by a Personalization.

PersonalizationParameterValue.personalizationValue

The value returned by a Personalization.

Signature:

personalizationValue: PersonalizationValue;