HighlightConfig
constructor(showInfo: Boolean? = null, showStyles: Boolean? = null, showRulers: Boolean? = null, showAccessibilityInfo: Boolean? = null, showExtensionLines: Boolean? = null, contentColor: DOM.RGBA? = null, paddingColor: DOM.RGBA? = null, borderColor: DOM.RGBA? = null, marginColor: DOM.RGBA? = null, eventTargetColor: DOM.RGBA? = null, shapeColor: DOM.RGBA? = null, shapeMarginColor: DOM.RGBA? = null, cssGridColor: DOM.RGBA? = null, colorFormat: Overlay.ColorFormat? = null, gridHighlightConfig: Overlay.GridHighlightConfig? = null, flexContainerHighlightConfig: Overlay.FlexContainerHighlightConfig? = null, flexItemHighlightConfig: Overlay.FlexItemHighlightConfig? = null, contrastAlgorithm: Overlay.ContrastAlgorithm? = null, containerQueryContainerHighlightConfig: Overlay.ContainerQueryContainerHighlightConfig? = null)