LayoutExtension

Defines an object being extended in a Layout

TypeScript
export interface

Properties

PropertyTypeDescription
ModuleLayoutExtensionModuleModule to which Extended Object belongs
ObjectLayoutExtensionObjectObject being Extended

Property Details

Module

Module to which Extended Object belongs

TypeScript
Module: LayoutExtensionModule;
Property Value

LayoutExtensionModule

Object

Object being Extended

TypeScript
Object: LayoutExtensionObject;
Property Value

LayoutExtensionObject