tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ResolveOptions

ResolveOptions type

Defines which Items will be included in the Translation Job for an .

Members: * translateContainerItems - Translate container items (Folders, Pages, Structure Groups, etc.) * translateSubItems - Translate the items inside of containers (Components, Keywords, etc.) * unknownByClient - Special reserved value used to notify an older API version client about the presence of an enumeration member added in a later API version. Explicitly setting this value by a client is not allowed, but client code should check it and be able to handle such cases.

Signature:

export type ResolveOptions = 'translateContainerItems' | 'translateSubItems' | 'unknownByClient';