BaseColumnHeaderContext
Common properties for Column Header Context
TypeScript
export interface BaseColumnHeaderContext extendsExtends
Properties
| Property | Description |
|---|---|
| currentLayout | Current Layout |
| currentLayoutName | Name of Current Layout |
| currentLayoutType | Type (table/pivot) of Current Layout |
| defaultHeaderName | Default header name for Column |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
currentLayout
Current Layout
TypeScript
currentLayout: Layout;Property Value
currentLayoutName
Name of Current Layout
TypeScript
currentLayoutName: string;Property Value
string
currentLayoutType
Type (table/pivot) of Current Layout
TypeScript
currentLayoutType: 'table' | 'pivot';Property Value
'table' | 'pivot'
defaultHeaderName
Default header name for Column
TypeScript
defaultHeaderName: string;Property Value
string
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any