chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / SourceOrderConfig

SourceOrderConfig

data class SourceOrderConfig

Configuration data for drawing the source order of an elements children.

Constructors

<init>

Configuration data for drawing the source order of an elements children.

SourceOrderConfig(parentOutlineColor: RGBA, childOutlineColor: RGBA)

Properties

childOutlineColor

the color to outline the child elements in.

val childOutlineColor: RGBA

parentOutlineColor

the color to outline the givent element in.

val parentOutlineColor: RGBA