ContainerQueryContainerHighlightConfig

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

Official doc

Constructors

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

Properties

Link copied to clipboard

The style of the container border.

Link copied to clipboard

The style of the descendants' borders.