tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TargetGroup

TargetGroup class

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

Constructors

Constructor Modifiers Description
(constructor)(targetGroupArgs)   Constructs a new instance of the TargetGroup class

Properties

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