API ReferenceInterfacesTemplateStrictLayoutOptionsOn this pageInterface: TemplateStrictLayoutOptions Strict layout options for templates that must fail instead of overflowing. Properties PropertyTypeDescription maxPages?numberMaximum number of pages the rendered template may produce. oversizedContent?"error" | "allow"How to handle content that cannot fit in a fresh flow region. Defaults to "error" when strict layout is enabled.