chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.overlay
/
ContainerQueryContainerHighlightConfig
Container
Query
Container
Highlight
Config
@
Serializable
data
class
ContainerQueryContainerHighlightConfig
(
val
containerBorder
:
LineStyle
?
=
null
,
val
descendantBorder
:
LineStyle
?
=
null
)
(
source
)
Official doc
Members
Constructors
Container
Query
Container
Highlight
Config
Link copied to clipboard
constructor
(
containerBorder
:
LineStyle
?
=
null
,
descendantBorder
:
LineStyle
?
=
null
)
Properties
container
Border
Link copied to clipboard
val
containerBorder
:
LineStyle
?
=
null
The style of the container border.
descendant
Border
Link copied to clipboard
val
descendantBorder
:
LineStyle
?
=
null
The style of the descendants' borders.