ObjectTagsContext
Context used when evaluating Object Tags
TypeScript
export interface ObjectTagsContext extendsExtends
Properties
| Property | Description |
|---|---|
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any