LayoutCreationDefaultPropertiesContext
Context for LayoutOptions.layoutCreationDefaultProperties function
TypeScript
export interface LayoutCreationDefaultPropertiesContext extendsExtends
Properties
| Property | Description |
|---|---|
| layoutType | Type of Layout ('table' | 'pivot') |
| adaptableContext | 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