tridion-sites-extensions-api-docs

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

Page type

Represents the data of a Page: an artifact in the Publication’s target structure.

Signature:

export type Page = VersionedItem & {
    ApprovalStatus?: Link;
    ComponentPresentations?: Array<ComponentPresentation>;
    FileName?: string;
    IsPageTemplateInherited?: boolean;
    LocationInfo?: PublishLocationInfo;
    PageTemplate?: Link;
    Regions?: Array<Region>;
    RegionSchema?: Link;
    WorkflowInfo?: WorkflowInfo;
};

References: VersionedItem, Link, ComponentPresentation, PublishLocationInfo, Region, WorkflowInfo