Home > @tridion-sites/models > TargetGroup
Represents the data of a Target Group: used to target an audience based on certain conditions.
Signature:
export declare class TargetGroup extends RepositoryLocalObject
Extends: RepositoryLocalObject
Constructor | Modifiers | Description |
---|---|---|
(constructor)(targetGroupArgs) | Constructs a new instance of the TargetGroup class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendTargetGroup | ||
description | string | undefined | The Description has no special meaning to the system. It can be used to explain the purpose of the Target Group to users. | |
getInternalModel | () => BackendTargetGroup |