BaseColumnHeaderContext

Common properties for Column Header Context

TypeScript
export interface BaseColumnHeaderContext extends
Extends

BaseContext

Properties

PropertyDescription
currentLayoutCurrent Layout
currentLayoutNameName of Current Layout
currentLayoutTypeType (table/pivot) of Current Layout
defaultHeaderNameDefault header name for Column
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

currentLayout

Current Layout

TypeScript
currentLayout: Layout;
Property Value

Layout

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