Home > @tridion-sites/models > EmbeddedRegion > regions
The collection of nested Regions.
The collection can be modified according to the following rules. If the “RegionSchema” is set, the structure of the regions must adhere to the definition specified by that schema. If the schema is not set, there are no restrictions and the regions can be added or changed in any fashion.
Signature:
get regions(): ReadonlyArray<Region> | undefined;