ContainerQueryContainerHighlightConfig

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

(undocumented in the protocol definition)

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.