InitContainerContext

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

TypeScript
export interface

Properties

PropertyTypeDescription
adaptableContextanyCustom application Context provided in AdaptableOptions.adaptableContext
adaptableIdstringId of current AdapTable instance
adaptableStateKeystringCurrent 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