ExtendedLayout
Defines an Extended Layout - provides a Layout and all objects that refer to it
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| Extensions | LayoutExtension[] | Object to be included in the Layout |
| Layout | Layout | Layout being extended |
Property Details
Extensions
Object to be included in the Layout
TypeScript
Extensions: LayoutExtension[];Property Value
Layout
Layout being extended
TypeScript
Layout: Layout;