tridion-sites-extensions-api-docs

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

StructureGroup type

Represents the data of a Structure Group: an Organizational Item used to build the Publication’s target structure.

Signature:

export type StructureGroup = OrganizationalItem & {
    DefaultPageTemplate?: Link;
    Directory?: string;
    IsActive?: boolean;
    IsActiveResolvedValue?: boolean;
    IsDefaultPageTemplateInherited?: boolean;
    LocationInfo?: PublishLocationInfo;
    PageBundleProcess?: Link;
    PageProcess?: Link;
};

References: OrganizationalItem, Link, PublishLocationInfo