tridion-sites-extensions-api-docs

Home > @tridion-sites/models > Page > regions

Page.regions property

The collection of nested Regions on the Page.

The collection can be modified according to the following rules. If the “PageTemplate.PageSchema” is set, the structure of regions must adhere to the definition specified by that schema.

Signature:

get regions(): ReadonlyArray<Region> | undefined;