PersonalizationValue interface

Interface representing a value returned by Personalization.

Signature:

export interface PersonalizationValue 

Properties

Property Type Description
personalizationId string The ID of the Personalization to which the value is linked.

PersonalizationValue.personalizationId

The ID of the Personalization to which the value is linked.

Signature:

personalizationId: string;