Skip to content

StackContent

Defined in: dynamic-line-utils/src/types/layout/types.ts:201

Type Parameter
T
PropertyTypeDescriptionDefined in
itemT-dynamic-line-utils/src/types/layout/types.ts:208
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.dynamic-line-utils/src/types/layout/types.ts:207