ColumnTypesContext

Context used when retrieving Column Types

TypeScript
export interface ColumnTypesContext extends
Extends

BaseContext

Properties

PropertyTypeDescription
typesstring[]Current Column Types
adaptableContextanyCustom 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