IFlexibleLayoutSizing interface
Flexible layout sizing data
Properties
default |
Default column width for the webpart, used by drop hint |
default |
Default row height for the webpart, used by drop hint |
supports |
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