tridion-sites-extensions-api-docs

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

NestedRegion type

Represents the nested region definition.

Signature:

export type NestedRegion = {
    $type?: string;
    IsMandatory?: boolean;
    RegionName?: string;
    RegionSchema?: ExpandableLink;
};

References: ExpandableLink