tridion-sites-extensions-api-docs

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

TargetPublication type

Represent a Tridion Sites Publication where translated content will be stored. Each [TargetLanguage] has a list of valid [TargetPublication]s. It is not possible to add or remove from the list of [TargetPublication]s. Instead, the [IsSelected] property can be changed to control if the [TargetPublication] is used.

Signature:

export type TargetPublication = {
    IdRef?: string;
    Title?: string;
    ConfigurationItemLink?: Link;
    ConfigurationItemTitle?: string;
    ConfigurationItemUri?: string;
    IsReadOnly?: boolean;
    IsSelected?: boolean;
};

References: Link