ExtendedLayout

Defines an Extended Layout - provides a Layout and all objects that refer to it

TypeScript
export interface

Properties

PropertyTypeDescription
ExtensionsLayoutExtension[]Object to be included in the Layout
LayoutLayoutLayout being extended

Property Details

Extensions

Object to be included in the Layout

TypeScript
Extensions: LayoutExtension[];
Property Value

LayoutExtension[]

Layout

Layout being extended

TypeScript
Layout: Layout;
Property Value

Layout