tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > TranslationInfo

TranslationInfo type

Contains information about the translation state of the Item.

Signature:

export type TranslationInfo = {
    ContextLanguage?: TmsLanguage;
    TranslationFrom?: TranslationDetails;
    TranslationTo?: Array<TranslationDetails>;
};

References: TmsLanguage, TranslationDetails