InitContainerContext

Context available to adaptableContainer and agGridContainer function callbacks (resolve before AdapTable initialises, so adaptableApi not available)

TypeScript
export interface

Properties

PropertyDescription
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext
adaptableIdId of current AdapTable instance
adaptableStateKeyCurrent Adaptable State Key

Property Details

adaptableContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any

adaptableId

Id of current AdapTable instance

TypeScript
adaptableId: string;
Property Value

string

adaptableStateKey

Current Adaptable State Key

TypeScript
adaptableStateKey: string;
Property Value

string