LayoutCreationDefaultProperties

Default properties to apply when creating a new Layout (Table or Pivot)

TypeScript
export interface

Properties

PropertyDescription
pivotLayoutDefault properties to apply when creating a new Pivot Layout
tableLayoutDefault properties to apply when creating a new Table Layout

Property Details

pivotLayout

Default properties to apply when creating a new Pivot Layout

TypeScript
pivotLayout?: PivotLayoutCreationDefaultProperties;
Property Value

PivotLayoutCreationDefaultProperties

tableLayout

Default properties to apply when creating a new Table Layout

TypeScript
tableLayout?: TableLayoutCreationDefaultProperties;
Property Value

TableLayoutCreationDefaultProperties