ColumnTypesContext

Context used when retrieving Column Types

TypeScript
export interface ColumnTypesContext extends
Extends

BaseContext

Properties

PropertyDescription
typesCurrent Column Types
adaptableContextCustom 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