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

TypeScript
export interface

Properties

PropertyDescription
ExtensionsObject to be included in the Layout
LayoutLayout 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