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

SetInspectModeRequest

data class SetInspectModeRequest

Request object containing input parameters for the OverlayDomain.setInspectMode command.

Constructors

<init>

Request object containing input parameters for the OverlayDomain.setInspectMode command.

SetInspectModeRequest(mode: InspectMode, highlightConfig: HighlightConfig? = null)

Properties

highlightConfig

A descriptor for the highlight appearance of hovered-over nodes. May be omitted if enabled == false.

val highlightConfig: HighlightConfig?

mode

Set an inspection mode.

val mode: InspectMode