Home > @tridion-sites/open-api-client > OccurrenceConstraint
Represents an occurrence constraint for Component Presentation(s) in a Region Schema.
Signature:
export type OccurrenceConstraint = ComponentPresentationConstraint & {
MaxOccurs?: number;
MinOccurs?: number;
};
References: ComponentPresentationConstraint