Skip to content

StackContent

Defined in: packages/dynamic-design-engine/src/models/layoutElements.ts:275

Type Parameter
T
PropertyTypeDescriptionDefined in
itemT-packages/dynamic-design-engine/src/models/layoutElements.ts:282
spaceUseStrategySpaceUseStrategyThe 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