tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > CustomerCharacteristicCondition

CustomerCharacteristicCondition type

Represents a condition on a Customer Characteristic (a named value in the user profile).

Signature:

export type CustomerCharacteristicCondition = {
    Name?: string;
    Negate?: boolean;
    Operator?: ConditionOperator;
    Value?: string;
};

References: ConditionOperator