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)

Properties

containerBorder

The style of the container border

val containerBorder: LineStyle?

itemSeparator

The style of the separator between items

val itemSeparator: LineStyle?

lineSeparator

The style of the separator between lines

val lineSeparator: LineStyle?