LayoutCreationDefaultProperties
Default properties to apply when creating a new Layout (Table or Pivot)
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| pivotLayout | Default properties to apply when creating a new Pivot Layout |
| tableLayout | Default 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;