tridion-sites-extensions-api-docs

Home > @tridion-sites/models > EmbeddedRegion

EmbeddedRegion class

Signature:

export declare class EmbeddedRegion extends Region

Extends: Region

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, componentPresentations, regionSchema, regions })   Constructs a new instance of the EmbeddedRegion class

Properties

Property Modifiers Type Description
_backendModel   BackendEmbeddedRegion  
componentPresentations   ReadonlyArray<ComponentPresentation> | undefined  
getInternalModel   () => BackendEmbeddedRegion  
metadata   FieldsValueDictionary | undefined  
regions   ReadonlyArray<Region> | undefined <p>The collection of nested Regions.</p><p>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.</p>
regionSchema   Link | undefined