tridion-sites-extensions-api-docs

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

PublishContext type

Represents the data of a Publish Context.

Signature:

export type PublishContext = {
    $type?: string;
    ProcessedItems?: Array<ProcessedItem>;
    Publication?: Link;
    ResolvedItems?: Array<ResolvedItem>;
    TargetType?: Link;
};

References: ProcessedItem, Link, ResolvedItem