AutoGenerateTagsForLayoutsContext

Context for LayoutOptions.autoGenerateTagsForLayouts method

TypeScript
export interface AutoGenerateTagsForLayoutsContext extends
Extends

BaseContext

Properties

PropertyTypeDescription
layoutsLayout[]Layouts currently in Adaptable State
objectTagsAdaptableObjectTag[]Object Tags provided in User Interface Options
adaptableContextanyCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

layouts

Layouts currently in Adaptable State

TypeScript
layouts: Layout[];
Property Value

Layout[]

objectTags

Object Tags provided in User Interface Options

TypeScript
objectTags: AdaptableObjectTag[];
Property Value

AdaptableObjectTag[]

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any