allowBackgroundThrough? | boolean | - | - | dynamic-line-utils/src/types/layout/types.ts:189 |
aspectRatioLock? | DimensionsInMm | - | - | dynamic-line-utils/src/types/layout/types.ts:175 |
associatedItemId? | string | - | - | dynamic-line-utils/src/types/layout/types.ts:194 |
backgroundBoundaryAdjustment? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:190 |
border? | LayoutBorder | - | - | dynamic-line-utils/src/types/layout/types.ts:184 |
colorSchemeIndex? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:181 |
containerDepth? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:275 |
contents | StackContent<T>[] | - | - | dynamic-line-utils/src/types/layout/types.ts:235 |
customSizing? | { height?: LayoutMeasurementValue; horizontalAlignment: HorizontalAlignment; verticalAlignment: VerticalAlignment; width?: LayoutMeasurementValue; } | - | - | dynamic-line-utils/src/types/layout/types.ts:141 |
customSizing.height? | LayoutMeasurementValue | - | - | dynamic-line-utils/src/types/layout/types.ts:146 |
customSizing.horizontalAlignment | HorizontalAlignment | - | - | dynamic-line-utils/src/types/layout/types.ts:143 |
customSizing.verticalAlignment | VerticalAlignment | - | - | dynamic-line-utils/src/types/layout/types.ts:144 |
customSizing.width? | LayoutMeasurementValue | - | - | dynamic-line-utils/src/types/layout/types.ts:145 |
extraSpace? | LayoutMargin | - | - | dynamic-line-utils/src/types/layout/types.ts:193 |
gutterSize? | number | The amount of space between each item in the stack. This is expressed as a factor of ru (the target font size). For example, if the gutter size is 2 then a gutter equivalent to 2ru will be used. | - | dynamic-line-utils/src/types/layout/types.ts:233 |
horizontalAlignment? | HorizontalAlignment | - | - | dynamic-line-utils/src/types/layout/types.ts:176 |
id? | string | This is optional, but if specified, it can be used for showing debugging information about a specific item | - | dynamic-line-utils/src/types/layout/types.ts:186 |
layer? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:191 |
lockAspectRatio? | boolean | - | - | dynamic-line-utils/src/types/layout/types.ts:174 |
margin? | LayoutMargin | Margins are expresed as fractions of the target font size of the product surface they are applied to | - | dynamic-line-utils/src/types/layout/types.ts:183 |
opacityMultiplier? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:192 |
rotationAngle? | number | Specified in Angles; NOT radians | - | dynamic-line-utils/src/types/layout/types.ts:199 |
spacing? | StackSpacingStrategy | - | - | dynamic-line-utils/src/types/layout/types.ts:234 |
type | "vstack" | - | ContainerBase.type | dynamic-line-utils/src/types/layout/types.ts:228 |
verticalAlignment? | VerticalAlignment | - | - | dynamic-line-utils/src/types/layout/types.ts:177 |