Home > @tridion-sites/open-api-client > StructureGroup
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