LayoutCreationDefaultPropertiesContext

Context for LayoutOptions.layoutCreationDefaultProperties function

TypeScript
export interface LayoutCreationDefaultPropertiesContext extends
Extends

BaseContext

Properties

PropertyDescription
layoutTypeType of Layout ('table' | 'pivot')
adaptableContextCustom 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