LayoutExtendedContext
Context for LayoutOptions.isObjectExtendedInLayout function
TypeScript
export interface LayoutExtendedContext extendsExtends
Properties
| Property | Description |
|---|---|
| adaptableObject | Object being checked |
| layout | Current Layout |
| module | Current Adaptable Module |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
adaptableObject
Object being checked
TypeScript
adaptableObject: LayoutExtensionObject;Property Value
layout
Current Layout
TypeScript
layout: Layout;Property Value
module
Current Adaptable Module
TypeScript
module: LayoutExtensionModule;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any