LayoutExtendedContext

Context for LayoutOptions.isObjectExtendedInLayout function

TypeScript
export interface LayoutExtendedContext extends
Extends

BaseContext

Properties

PropertyDescription
adaptableObjectObject being checked
layoutCurrent Layout
moduleCurrent Adaptable Module
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

adaptableObject

Object being checked

TypeScript
adaptableObject: LayoutExtensionObject;
Property Value

LayoutExtensionObject

layout

Current Layout

TypeScript
layout: Layout;
Property Value

Layout

module

Current Adaptable Module

TypeScript
module: LayoutExtensionModule;
Property Value

LayoutExtensionModule

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any