tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TargetGroupCondition

TargetGroupCondition class

Represents a condition on “membership” of a Target Group.

Signature:

export declare class TargetGroupCondition

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, targetGroup })   Constructs a new instance of the TargetGroupCondition class

Properties

Property Modifiers Type Description
_backendModel   BackendTargetGroupCondition  
getInternalModel   () => BackendTargetGroupCondition  
negate   boolean Whether the condition should be negated.
targetGroup   Link | undefined Target Group to check “membership” against.