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

SetShowPaintRectsRequest

data class SetShowPaintRectsRequest

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

Constructors

<init>

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

SetShowPaintRectsRequest(result: Boolean)

Properties

result

True for showing paint rectangles

val result: Boolean