CustomSizableItem
Defined in: dynamic-line-utils/src/types/layout/types.ts:139
Extends
Section titled “Extends”ContentBase
Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property | Type | Description | Overrides | Defined in |
|---|---|---|---|---|
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 |
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 |
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 |
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 |
type | "zstack" | "hstack" | "vstack" | "flow" | "layoutPlaceholder" | - | ContentBase.type | dynamic-line-utils/src/types/layout/types.ts:140 |