chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / HighlightConfig / <init>

<init>

HighlightConfig(showInfo: Boolean? = null, showStyles: Boolean? = null, showRulers: Boolean? = null, showAccessibilityInfo: Boolean? = null, showExtensionLines: Boolean? = null, contentColor: RGBA? = null, paddingColor: RGBA? = null, borderColor: RGBA? = null, marginColor: RGBA? = null, eventTargetColor: RGBA? = null, shapeColor: RGBA? = null, shapeMarginColor: RGBA? = null, cssGridColor: RGBA? = null, colorFormat: ColorFormat? = null, gridHighlightConfig: GridHighlightConfig? = null)

Configuration data for the highlighting of page elements.

Official doc