allowBackgroundThrough? | boolean | - | - | dynamic-line-utils/src/types/layout/types.ts:189 |
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 |
extraSpace? | LayoutMargin | - | - | dynamic-line-utils/src/types/layout/types.ts:193 |
fitType? | LockupFitType | - | - | dynamic-line-utils/src/types/layout/types.ts:372 |
gutterSize? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:382 |
horizontalAlignment | HorizontalAlignment | - | - | dynamic-line-utils/src/types/layout/types.ts:373 |
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 |
imageId? | string | :::caution[Deprecated] Use imageIndexx instead ::: | - | dynamic-line-utils/src/types/layout/types.ts:385 |
imageIndex? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:386 |
imageType? | "accent" | "logo" | "icon" | - | - | dynamic-line-utils/src/types/layout/types.ts:383 |
layer? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:191 |
logoLockupIndex | number | - | - | dynamic-line-utils/src/types/layout/types.ts:371 |
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 |
maxProportionalSize? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:388 |
minProportionalSize? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:389 |
opacityMultiplier? | number | - | - | dynamic-line-utils/src/types/layout/types.ts:192 |
proportionalAmount? | number | Percentage of the original lockup size. This is a percentage of the original size, not the size of the container. For example, if the original size is 10ru x 10ru and the proportional amount is 50, the final size will be 5ru x 5ru. | - | dynamic-line-utils/src/types/layout/types.ts:380 |
textFieldPurpose? | string | - | - | dynamic-line-utils/src/types/layout/types.ts:387 |
textPlacement? | ItemPlacement | - | - | dynamic-line-utils/src/types/layout/types.ts:381 |
type | "logoLockup" | - | ContentBase.type | dynamic-line-utils/src/types/layout/types.ts:370 |
verticalAlignment | VerticalAlignment | - | - | dynamic-line-utils/src/types/layout/types.ts:374 |