StackContent
Defined in: dynamic-line-utils/src/types/layout/types.ts:201
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
T |
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
item | T | - | dynamic-line-utils/src/types/layout/types.ts:208 |
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. | dynamic-line-utils/src/types/layout/types.ts:207 |