ColumnTypesContext
Context used when retrieving Column Types
TypeScript
export interface ColumnTypesContext extendsExtends
Properties
| Property | Description |
|---|---|
| types | Current Column Types |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
types
Current Column Types
TypeScript
types: string[];Property Value
string[]
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any