LayoutExtendedContext
Context for LayoutOptions.isObjectExtendedInLayout function
TypeScript
export interface LayoutExtendedContext extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| adaptableObject | LayoutExtensionObject | Object being checked |
| layout | Layout | Current Layout |
| module | LayoutExtensionModule | Current Adaptable Module |
| adaptableContext | any | 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