tridion-sites-extensions-api-docs

Home > @tridion-sites/models > TranslationJob > addedItems

TranslationJob.addedItems property

Collection containing the AddedItems that have been added to this Translation Job. The AddedItems represent either an Item that will be translated (for example a Component) or an Item that contains the Items that will be translated (for example a Folder).

Signature:

get addedItems(): ReadonlyArray<TranslationJobItem> | undefined;