tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TranslationJobItem

TranslationJobItem class

Represents an Item added to a TranslationJob.

Signature:

export declare class TranslationJobItem

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, idRef, resolveOptions })   Constructs a new instance of the TranslationJobItem class

Properties

Property Modifiers Type Description
_backendModel   BackendAddedItem  
getInternalModel   () => BackendAddedItem  
idRef   ItemUri | undefined URI of the added item.
itemTypeWithSubtype   string | undefined A string that identifies the Tridion Item type.
resolveOptions   ReadonlyArray<ResolveOptions> | undefined Specifies if it is the Item itself, it’s child Items or both that should be translated.
title   string | undefined Title of the Tridion item.