Home > @tridion-sites/models > ClaimMapping
Abstract base class representing the data of a mapping between a Claim and a TCM Group.
Signature:
export declare abstract class ClaimMapping
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, group }) | Constructs a new instance of the ClaimMapping class |
Property | Modifiers | Type | Description |
---|---|---|---|
_backendModel | BackendClaimMapping | ||
description | string | undefined | Description of the mapping. | |
getInternalModel | () => BackendClaimMapping | ||
group | Link | undefined | Group for which the mapping exists. |