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 has a list of valid s. It is not possible to add or remove from the list of s. Instead the property can be changed to control if the is used.

Signature:

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