tridion-sites-extensions-api-docs

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

PublishLocationInfo type

Represents a publishing location information for the objects that reside in Structure Groups.

Signature:

export type PublishLocationInfo = LocationInfo & {
    PublishLocationPath?: string;
    PublishLocationUrl?: string;
    PublishPath?: string;
};

References: LocationInfo