IFlexibleLayoutSizing interface

Flexible layout sizing data

Properties

defaultColumnWidth

Default column width for the webpart, used by drop hint

defaultRowHeight

Default row height for the webpart, used by drop hint

supportsDynamicResizing

If true webpart can resize to any width between minimum and 70 columns Otherwise webpart is slot resized to 22, 34, 48, or 70 columns

Property Details

defaultColumnWidth

Default column width for the webpart, used by drop hint

defaultColumnWidth?: number;

Property Value

number

defaultRowHeight

Default row height for the webpart, used by drop hint

defaultRowHeight?: number;

Property Value

number

supportsDynamicResizing

If true webpart can resize to any width between minimum and 70 columns Otherwise webpart is slot resized to 22, 34, 48, or 70 columns

supportsDynamicResizing?: boolean;

Property Value

boolean