Home > @tridion-sites/models > TargetGroupCondition
Represents a condition on “membership” of a Target Group.
Signature:
export declare class TargetGroupCondition
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, targetGroup }) | Constructs a new instance of the TargetGroupCondition class |
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. |