chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / FlexContainerHighlightConfig

FlexContainerHighlightConfig

data class FlexContainerHighlightConfig

Configuration data for the highlighting of Flex container elements.

Official doc

Constructors

<init>

Configuration data for the highlighting of Flex container elements.

FlexContainerHighlightConfig(containerBorder: LineStyle? = null, lineSeparator: LineStyle? = null, itemSeparator: LineStyle? = null, mainDistributedSpace: BoxStyle? = null, crossDistributedSpace: BoxStyle? = null, rowGapSpace: BoxStyle? = null, columnGapSpace: BoxStyle? = null)

Properties

columnGapSpace

Style of empty space caused by columns gaps (gap/column-gap).

val columnGapSpace: BoxStyle?

containerBorder

The style of the container border

val containerBorder: LineStyle?

crossDistributedSpace

Style of content-distribution space on the cross axis (align-content).

val crossDistributedSpace: BoxStyle?

itemSeparator

The style of the separator between items

val itemSeparator: LineStyle?

lineSeparator

The style of the separator between lines

val lineSeparator: LineStyle?

mainDistributedSpace

Style of content-distribution space on the main axis (justify-content).

val mainDistributedSpace: BoxStyle?

rowGapSpace

Style of empty space caused by row gaps (gap/row-gap).

val rowGapSpace: BoxStyle?