Home > @tridion-sites/models > TranslationJobItem
Represents an Item added to a TranslationJob
.
Signature:
export declare class TranslationJobItem
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, idRef, resolveOptions }) | Constructs a new instance of the TranslationJobItem class |
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. |