InitContainerContext
Context available to adaptableContainer and agGridContainer function callbacks (resolve before AdapTable initialises, so adaptableApi not available)
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
| adaptableId | Id of current AdapTable instance |
| adaptableStateKey | Current 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