StackContent
Defined in: packages/dynamic-design-engine/src/models/layoutElements.ts:275
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T |
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
item | T | - | packages/dynamic-design-engine/src/models/layoutElements.ts:282 |
spaceUseStrategy | SpaceUseStrategy | The space allocation strategy for this item. Can be one of: - "maximum-percent": The item will take up as much space as it needs upto a maximum percentage of the available space. By default this maximumPercent is 100%. - "fill-remaining": The item will take up a share of the remaining space. By default this shares is 1 and can be changed as needed to get the required proportions. | packages/dynamic-design-engine/src/models/layoutElements.ts:281 |