tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TranslationDetails

TranslationDetails class

Contains information about the translation state of the Item.

Signature:

export declare class TranslationDetails

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, completedTranslationInfo, inProgressTranslationInfo, sourceItemUri, sourcePublicationUri, status, targetItemUri, targetPublicationUri, })   Constructs a new instance of the TranslationDetails class

Properties

Property Modifiers Type Description
_backendModel   BackendTranslationDetails  
completedTranslationInfo   TranslationJobInfo | undefined The TranslationJobInfos containing information about the last completed translation with this Item as the target Item; null if no translation has been completed with this Item as a target Item.
getInternalModel   () => BackendTranslationDetails  
inProgressTranslationInfo   ReadonlyArray<TranslationJobInfo> | undefined A list of TranslationJobInfos containing information about the translations currently in progress where this Item is the target Item.
sourceItemTitle   string | undefined The title of the source Item this TranslationDetails contains the translation information for.
sourceItemUri   ItemUri | undefined The TCM URI of the source Item this TranslationDetails contains the translation information for.
sourcePublicationTitle   string | undefined The title of the Source Publication from where Item translated.
sourcePublicationUri   ItemUri | undefined The TCM URI of the Source Publication from where Item translated.
status   TranslationStatus | undefined Aggregated status for particular item.
targetItemTitle   string | undefined The title of the Item this TranslationDetails contains the translation information for.
targetItemUri   ItemUri | undefined The TCM URI of the Item this TranslationDetails contains the translation information for.
targetPublicationTitle   string | undefined The title of the Publication containing the Item.
targetPublicationUri   ItemUri | undefined The TCM URI of the Publication containing the Item.