Home > @tridion-sites/open-api-client > RegionDefinition
Represents the data of a Region Definition in a Region Schema.
Signature:
export type RegionDefinition = {
$type?: string;
ComponentPresentationConstraints?: Array<ComponentPresentationConstraint>;
DefaultComponentPresentations?: Array<ComponentPresentation>;
IsLocalizable?: boolean;
NestedRegions?: Array<NestedRegion>;
};
References: ComponentPresentationConstraint, ComponentPresentation, NestedRegion