LayoutCreationDefaultPropertiesContext
Context for LayoutOptions.layoutCreationDefaultProperties function
TypeScript
export interface LayoutCreationDefaultPropertiesContext extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| layoutType | 'table' | 'pivot' | Type of Layout ('table' | 'pivot') |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
layoutType
Type of Layout ('table' | 'pivot')
TypeScript
layoutType: 'table' | 'pivot';Property Value
'table' | 'pivot'
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any