ContainerQueryContainerHighlightConfig

@Serializable
data class ContainerQueryContainerHighlightConfig(val containerBorder: Overlay.LineStyle? = null, val descendantBorder: Overlay.LineStyle? = null)

Constructors

Link copied to clipboard
constructor(containerBorder: Overlay.LineStyle? = null, descendantBorder: Overlay.LineStyle? = null)

Properties

Link copied to clipboard

The style of the container border.

Link copied to clipboard

The style of the descendants' borders.